Primary

sealed class Primary[Ctx, Step <: AbstractStep](api: Primary[Ctx, Step])
class Object
trait Matchable
class Any
class Secondary[Ctx, CtxFn, Step]

Value members

Concrete methods

final def useSerialStateView[A](initialValue: => A)(implicit step: Step): Next[ReuseView[A]]

Creates component state as a View that is reused while it's not updated.

Creates component state as a View that is reused while it's not updated.

final def useSerialStateViewBy[A](initialValue: Ctx => A)(implicit step: Step): Next[ReuseView[A]]

Creates component state as a View that is reused while it's not updated.

Creates component state as a View that is reused while it's not updated.