gajus / redux-immutable-examples

A complete application showing use of redux-immutable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:gajus/redux-immutable-examples.git
cd ./redux-immutable-examples
npm install
npm start

About

A complete application showing use of redux-immutable.


Languages

Language:JavaScript 85.4%Language:CSS 12.5%Language:HTML 2.1%