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 c064d3b256 Add withInitializers API. há 5 anos atrás
.gitignore 57db0268f1 Initial commit há 6 anos atrás
README.md df6dc2d2d0 Move to redux-store-builder. há 6 anos atrás
index.js c064d3b256 Add withInitializers API. há 5 anos atrás
package.json d779bd258c 0.4.2 há 5 anos atrás

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