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`).
Herbert Vojčík 68b4acb7e8 First implementation. | 7 years ago | |
---|---|---|
.gitignore | 7 years ago | |
README.md | 7 years ago | |
index.js | 7 years ago | |
package.json | 7 years ago |
Redux store builder, in combination with redux-persist, redux-effex and redux-sac composeReducers.