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 aba7f582a0 0.4.1 6 роки тому
.gitignore 57db0268f1 Initial commit 6 роки тому
README.md df6dc2d2d0 Move to redux-store-builder. 6 роки тому
index.js 99c9225d01 Simplify. 6 роки тому
package.json d81ade07ef 0.4.1 6 роки тому

README.md

redux-store-builder

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).