Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 445 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 445 Bytes

redux-immutable examples

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 [email protected]:gajus/redux-immutable-examples.git
cd ./redux-immutable-examples
npm install
npm start