redux-example icon indicating copy to clipboard operation
redux-example copied to clipboard

Redux state with immutable.js, normalizr and reselect

trafficstars

Redux state with immutable.js, normalizr and reselect

A React application example with using Redux, immutable.js, normalizr and reselect

More detailed explanation can be found in this blog post: http://fullstackdeveloper.info/redux-state-with-immutable-js-normalizr-and-reselect

How to use

After cloning this repository, install dependencies by:

$ npm install

To start the application:

$ npm start

After webpack-dev-server is started, browse http://localhost:8080