Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).