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 useSerialState[A](initialValue: => A)(implicit step: Step): Next[UseSerialState[A]]

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

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

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

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

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