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 4605d7751b Migrate to redux-persist 5. преди 6 години
.gitignore 57db0268f1 Initial commit преди 6 години
README.md 4605d7751b Migrate to redux-persist 5. преди 6 години
index.js 4605d7751b Migrate to redux-persist 5. преди 6 години
package.json 4605d7751b Migrate to redux-persist 5. преди 6 години

README.md

redux-persefex

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

Note: Uses redux-persist 5. For use with redux-persist 4 and action buffer, use version 0.2.1.