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 4599ac8695 0.2.1 vor 7 Jahren
.gitignore 57db0268f1 Initial commit vor 7 Jahren
README.md 57db0268f1 Initial commit vor 7 Jahren
index.js f1a710da28 Typo; .withMiddlewares actually exported. vor 7 Jahren
package.json 4599ac8695 0.2.1 vor 7 Jahren

README.md

redux-persefex

Redux store builder, in combination with redux-persist, redux-effex and redux-sac composeReducers.