Difference between revisions of "React"

From Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
== Tuto par l'exemple ==
 
== Tuto par l'exemple ==
 +
 +
Exemples pour démarrer :
 
* Ajouter React en une minute : https://fr.reactjs.org/docs/add-react-to-a-website.html
 
* 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
 
* 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
 +
 +
 
* Basic routing in React using React Router : https://learnwithparam.com/blog/basic-routing-in-react-router/
 
* Basic routing in React using React Router : https://learnwithparam.com/blog/basic-routing-in-react-router/

Revision as of 21:11, 8 June 2020

Documentation


Tuto par l'exemple

Exemples pour démarrer :