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 useStateViewBy[A](initialValue: CtxFn[A])(implicit step: Step): Next[View[A]]

Creates component state as a View

Creates component state as a View

Inherited methods

final def useStateView[A](initialValue: => A)(implicit step: Step): Next[View[A]]

Creates component state as a View

Creates component state as a View

Inherited from:
Primary
final def useStateViewBy[A](initialValue: Ctx => A)(implicit step: Step): Next[View[A]]

Creates component state as a View

Creates component state as a View

Inherited from:
Primary