Secondary

final class Secondary[Ctx, CtxFn[_], Step <: SubsequentStep[Ctx, CtxFn]](api: Secondary[Ctx, CtxFn, Step]) extends Primary[Ctx, Step]
class Primary[Ctx, Step]
class Object
trait Matchable
class Any

Value members

Concrete methods

def useSerialStateBy[A](initialValue: CtxFn[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.

Inherited 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.

Inherited from:
Primary
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.

Inherited from:
Primary