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
- Host: GitHub
- URL: https://github.com/maur1th/learn-react
- Owner: maur1th
- Created: 2016-09-21T23:18:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T09:01:41.000Z (almost 10 years ago)
- Last Synced: 2025-01-13T17:52:17.684Z (over 1 year ago)
- Language: JavaScript
- Size: 2.55 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)