Redux store builder.
You can specify reducers, middleware and _redux-effex_ effects to use.
Reducers will be composed using _redux-sac_'s `composeReducers` (so they are assumed to be specialized using _redux-sac_'s `subReducer`).
Herby Vojčík 9bcbf9996b 0.4.5 | преди 6 години | |
---|---|---|
.gitignore | преди 7 години | |
README.md | преди 6 години | |
index.js | преди 6 години | |
package.json | преди 6 години |
Redux store builder.
You can specify reducers, middleware and redux-effex effects to use.
Reducers will be composed using redux-sac's composeReducers
(so they are assumed to be specialized using redux-sac's subReducer
).