indux library
Classes
-
CurrentStoreState<
StateType, ActionType> - The current state of the store. [...]
-
Store<
StateType, ActionType> - A Redux store widget. [...]
Typedefs
-
Reducer<
StateType, ActionType> (StateType state, ActionType action) → StateType