Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lili21/react-flux-todo
- Owner: lili21
- Created: 2015-05-07T07:28:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T04:02:13.000Z (over 9 years ago)
- Last Synced: 2024-04-14T07:45:19.585Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#React Flux Todo
For Learning#Start
```
npm installwebpack-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