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

Creates component state as a View

Creates component state as a View

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