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 useStateCallback[A](state: => UseState[A])(implicit step: Step): Next[(A => CallbackTo[Unit]) => CallbackTo[Unit]]

Given a state, allows registering callbacks which are triggered when the state changes.

Given a state, allows registering callbacks which are triggered when the state changes.

final def useStateCallbackBy[A](state: Ctx => UseState[A])(implicit step: Step): Next[(A => CallbackTo[Unit]) => CallbackTo[Unit]]

Given a state, allows registering callbacks which are triggered when the state changes.

Given a state, allows registering callbacks which are triggered when the state changes.