Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lili21/react-flux-todo

Learn React and Flux
https://github.com/lili21/react-flux-todo

Last synced: about 1 month ago
JSON representation

Learn React and Flux

Awesome Lists containing this project

README

        

#React Flux Todo
For Learning

#Start
```
npm install

webpack-dev-server
```

#Todoish
- Container
[Container Components](https://medium.com/@learnreact/container-components-c0e67432e005)
[Smart and Dumb Components](https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0)

- Router
[react-router](https://github.com/rackt/react-router)

- Flux
[reflux](https://github.com/spoike/refluxjs)
[alt](http://alt.js.org)
[fluxible](http://fluxible.io)

- Store
[baobab](https://github.com/Yomguithereal/baobab)

- ImmutableJS
or Object.freeze ???

- Sass

- ADD Test

- Server Side Rendering