Skip to content

msteward/redux-immutable-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • How to structure app using Canonical Reducer Composition.

To launch the app:

git clone [email protected]:gajus/redux-immutable-examples.git
cd ./redux-immutable-examples
npm install
webpack-dev-server

Contributing

To contribute to the example use gulp to make sure that the end code passes the linting rules.

gulp

About

A complete application showing use of redux-immutable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.6%
  • CSS 10.2%
  • HTML 2.2%