React

From Wiki
Revision as of 20:11, 24 July 2020 by Greg (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation[edit]

Experimentations[edit]


Bug Fix[edit]

Tuto par l'exemple[edit]

Exemples pour démarrer :


Exemples divers :


Routing :


Créer une nouvelle application à partir d'un dossier Src[edit]

  • Étape 1 : Créer une nouvelle application
npx create-react-app mon-app
cd mon-app
  • Étape 2 : Remplacer le dossier src
  • Étape 3 : Installer les modules au besoin
npm install react-router-dom
npm install node-sass
npm install react-bootstrap bootstrap
  • Lancer l'application
npm start