Module: @@app-state/index

Definition of the application state and its root reducer
Source:

Members

(static, constant) store :Store.<*, Action>

Definition of the store with the root reducer.
Type:
  • Store.<*, Action>
Source:

Methods

(static) dispatch(f) → {Object}

Dispatches a state-altering function
Parameters:
Name Type Description
f
Source:
Returns:
Type
Object

(static) dispatchSet() → {*}

Dispatches a direct set for given lens and value
Source:
Returns:
Type
*