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 | vor 6 Jahren | |
---|---|---|
.gitignore | vor 7 Jahren | |
README.md | vor 6 Jahren | |
index.js | vor 6 Jahren | |
package.json | vor 6 Jahren |
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
).