Class ReduxStore<State, Event, Action>

ReduceStore with Redux-compatible interface.

Type Parameters

  • State

  • Event

  • Action = Event

Hierarchy

Implements

Constructors

Properties

bus: MessageBus<Action, Event, object> = ...

MessageBus to use.

eventBus: MessageBus<State, State, object> = ...

Output event bus.

reducer: MessageReducer<State, Event, object>

Reducer to use.

Accessors

Methods

  • Returns Promise<void>

Generated using TypeDoc