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 1e251f6b20 0.4.2 пре 5 година
.gitignore 57db0268f1 Initial commit пре 6 година
README.md df6dc2d2d0 Move to redux-store-builder. пре 6 година
index.js 99c9225d01 Simplify. пре 6 година
package.json d779bd258c 0.4.2 пре 5 година

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