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 e124c523dd 0.4.4 il y a 5 ans
.gitignore 57db0268f1 Initial commit il y a 6 ans
README.md df6dc2d2d0 Move to redux-store-builder. il y a 6 ans
index.js c064d3b256 Add withInitializers API. il y a 5 ans
package.json fc689c6d49 0.4.4 il y a 5 ans

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