redux-injectable-store icon indicating copy to clipboard operation
redux-injectable-store copied to clipboard

Redux store with injectable reducers for use with bundle splitting, large apps, and SPAs.

Results 2 redux-injectable-store issues
Sort by recently updated
recently updated
newest added

The `combineReducers` call has validation that ensures that the initialState passed aligns with the reducer structure. This means that it logs warnings when initialState is used.

## Overview Adds infrastructure for testing the library via Jest, with Chai assertions. Updates the Travis config as appropriate, and adds a simple test to start. ## Reviewers @lelandrichardson