Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmg1989/todos-redux-immutable
react redux immutable todo mvc example
https://github.com/pmg1989/todos-redux-immutable
immutable react react-hot-reload redux todo todomvc yarn
Last synced: about 22 hours ago
JSON representation
react redux immutable todo mvc example
- Host: GitHub
- URL: https://github.com/pmg1989/todos-redux-immutable
- Owner: pmg1989
- License: mit
- Created: 2017-03-01T04:29:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T06:02:44.000Z (over 6 years ago)
- Last Synced: 2024-05-21T07:41:59.421Z (6 months ago)
- Topics: immutable, react, react-hot-reload, redux, todo, todomvc, yarn
- Language: JavaScript
- Homepage: https://pmg1989.github.io/todos-redux-immutable
- Size: 2.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todos-redux-immutable
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]:pmg1989/todos-redux-immutable.git
cd ./todos-redux-immutable
yarn or npm install
yarn start or npm start
```To build the app:
```bash
yarn build or npm build
```Demo Url:
[https://pmg1989.github.io/todos-redux-immutable/](https://pmg1989.github.io/todos-redux-immutable/).