Difference between revisions of "React"
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
* https://fr.reactjs.org/ | * https://fr.reactjs.org/ | ||
* Semantic React : https://react.semantic-ui.com/ | * Semantic React : https://react.semantic-ui.com/ | ||
| + | |||
| + | * Créer une app React : https://fr.reactjs.org/docs/create-a-new-react-app.html | ||
== Experimentations == | == Experimentations == | ||
Revision as of 12:30, 16 July 2020
Documentation
- https://fr.reactjs.org/
- Semantic React : https://react.semantic-ui.com/
- Créer une app React : https://fr.reactjs.org/docs/create-a-new-react-app.html
Experimentations
Tuto par l'exemple
Exemples pour démarrer :
- Ajouter React en une minute : https://fr.reactjs.org/docs/add-react-to-a-website.html
- Hello Word : https://fr.reactjs.org/docs/hello-world.html
- Exemple React.Component : https://fr.reactjs.org/docs/components-and-props.html
- AJAX et les API : https://fr.reactjs.org/docs/faq-ajax.html
Exemples divers :
Routing :
- Basic routing in React using React Router :