Empty command
memoize stateless component (function component) via only one cache, it works like pure component.
Create command from a function has side effects.
A function has one or zero paramter.
Optional, the parameter of the funciton
An action that would executed after the function executed.
An action that would executed after the function throw an error.
Create a command from promise
A function that take one or zero parameter and return a promise.
Optional, the paramter of task
An action would execute when the promise fulfilled.
An action would execute when the promise rejected.
Wrap a child action with parentState, parentActions.
Wrap a child action with parentState, parentActions.
Wrap a child action with parentState, parentActions.
Wrap a child action with parentState, parentActions.
nested routes contains path, action, children, it would parse it to a route
field (path:action map) for router enhancer, and a meta
field which contains each route's parents.
result of action(msg: Data)
Wrap a child action with parentState, parentActions.
The action to be wrapped
Wrap a child action with parentState, parentActions.
The action to be wrapped
Wrap a child action with parentState, parentActions.
The action to be wrapped
Wrap a child action with parentState, parentActions.
The action to be wrapped
Wrap a child action with parentState, parentActions.
The action to be wrapped
Generated using TypeDoc
The interface for actions (exposed when implementing actions).
[App]