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 acbe99761c Allow redux-sac 0.8. %!s(int64=5) %!d(string=hai) anos
.gitignore 57db0268f1 Initial commit %!s(int64=6) %!d(string=hai) anos
README.md df6dc2d2d0 Move to redux-store-builder. %!s(int64=6) %!d(string=hai) anos
index.js c064d3b256 Add withInitializers API. %!s(int64=5) %!d(string=hai) anos
package.json acbe99761c Allow redux-sac 0.8. %!s(int64=5) %!d(string=hai) anos

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