https://github.com/goodmind/react-howto
https://github.com/goodmind/react-howto
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goodmind/react-howto
- Owner: goodmind
- Created: 2016-07-10T22:36:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T03:18:30.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T07:42:57.728Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Journey through React
You should learn, in this order, **without skipping ahead or learning concurrently**:
* [React itself](https://github.com/goodmind/react-howto/tree/master/react)
* [`npm`](https://github.com/goodmind/react-howto/tree/master/npm)
* [JavaScript “bundlers”](https://github.com/goodmind/react-howto/tree/master/webpack)
* [ES6](https://github.com/goodmind/react-howto/tree/master/es6)
* [Routing](https://github.com/goodmind/react-howto/tree/master/react-routing)
* [Flux](https://github.com/goodmind/react-howto/tree/master/flux)
### Credits
- [petehunt/react-howto](https://github.com/petehunt/react-howto)