Redarx : action dispatcher commander store
Typedefs
-
CommandBuilder(
value) → Command<T> -
type of method which provide a method to instantiate a new Command
-
InitialStateProvider(
) → S -
provide Model.empty() proxy
Classes
- AbstractModel
-
state Model base class
- Command
-
Command Base class
- Commander
-
listen to dispatcher's stream of actions and map them to commands, executed on the store
- CommanderConfig
-
Commander configuration : map Request to CommandBuilder
- Dispatcher
-
actions dispatcher
- Request
-
Action : type , update value
- Store
-
state manager