Skip to content

pmg1989/todos-redux-immutable

Repository files navigation

todos-redux-immutable

This app demonstrates:

  • How to use redux-immutable combineReducers.
  • How to make a reducer using Immutable data.
  • How to make a selector using Immutable data.
  • How to use middleware.
  • How to use react-hot-reload.

To launch the app:

git clone git@github.com:pmg1989/todos-redux-immutable.git
cd ./todos-redux-immutable
yarn or npm install
yarn start or npm start

To build the app:

yarn build or npm build

Demo Url:

https://pmg1989.github.io/todos-redux-immutable/.