Entries
Used then Spec is an output of (auto)conversion from Java to Kotlin, landing such Spec should be allowed to simplify the review process.
Used when devs need to use WorkingRanges API, which is not yet supported in Litho Kotlin API.
Used when devs need to use OnUpdateStateWithTransition API, which is not yet supported in Litho Kotlin API.
Used when this Section has other child Sections or it is used inside an existing Section as a child itself. This doesn't include SingleComponentSection
, which can be replaced by its wrapped Component, or a DataDiffSection
, which already can be replaced by a Lazy Collection.
Used when Component.Builder is required at call site, e.g. when creating new native template component bridges.
Used only to mark Kotlin Specs that were created before the Spec API deprecation. Convert this Spec to the Litho Kotlin API or change LEGACY to other appropriate Reason.