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

https://github.com/maur1th/learn-react

Adapted from Facebook's Thinking in React
https://github.com/maur1th/learn-react

Last synced: about 2 months ago
JSON representation

Adapted from Facebook's Thinking in React

Awesome Lists containing this project

README

          

# React beginner's talk material
In French, adapted from [Facebook's Thinking in React](https://facebook.github.io/react/docs/thinking-in-react.html)

## React / AJAX requests must read (in that order)
1. [Container Components](https://medium.com/@learnreact/container-components-c0e67432e005)
2. [Presentational and Container Components](https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0)
3. [React AJAX Best Practices](http://andrewhfarmer.com/react-ajax-best-practices/)