Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gajus/redux-immutable-examples

A complete application showing use of redux-immutable.
https://github.com/gajus/redux-immutable-examples

immutablejs redux

Last synced: 2 days ago
JSON representation

A complete application showing use of redux-immutable.

Awesome Lists containing this project

README

        

# `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](https://github.com/gaearon/react-hot-loader).

To launch the app:

```bash
git clone [email protected]:gajus/redux-immutable-examples.git
cd ./redux-immutable-examples
npm install
npm start
```