Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 months ago
JSON representation
A complete application showing use of redux-immutable.
- Host: GitHub
- URL: https://github.com/gajus/redux-immutable-examples
- Owner: gajus
- Created: 2015-08-13T11:14:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-11T10:49:34.000Z (almost 8 years ago)
- Last Synced: 2024-10-05T13:49:28.094Z (3 months ago)
- Topics: immutablejs, redux
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 102
- Watchers: 3
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```