@wsi/dux
v1.0.0
Published
## Usage Set of tool kits to reduce boilerplate in redux store creation.
Downloads
1
Readme
@wag/dux
Usage
Set of tool kits to reduce boilerplate in redux store creation.
createAsyncActionsTypes
createAsyncActionsTypes(namespace, actionName) will return:
{
START: Start;
SUCCESS: Success;
ERROR: Error;
DISMISS_ERROR: DismissError;
}