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

https://github.com/goodmind/react-howto


https://github.com/goodmind/react-howto

Last synced: 8 months ago
JSON representation

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)