matthieu
  • Joined on 2025-10-16
matthieu pushed to feature/contact at matthieu/stagiaire 2026-06-24 14:47:15 +02:00
f74f9a0100 Tuto contact: faire remonter les likes (l'enfant doit APPELER props.onLike) + explication de l'initialisation useState (pourquoi meme valeur de depart)
matthieu pushed to feature/contact at matthieu/stagiaire 2026-06-24 09:24:20 +02:00
bdd8316838 Enonce React #2 contact (Zelda): nettoyage template + fix Docs.jsx, map/key, conditionnel, etat local, champ controle, lifting state up, useEffect, fetch en React, re-decoupage
matthieu pushed to feature/services at matthieu/stagiaire 2026-06-24 09:21:13 +02:00
b30bae07c2 Enonce React #2 services (Geometry Dash): map/key, conditionnel, etat local, champ controle, lifting state up, useEffect, fetch en React, re-decoupage
matthieu pushed to feature/services at matthieu/stagiaire 2026-06-23 16:09:57 +02:00
matthieu pushed to feature/services at matthieu/stagiaire 2026-06-23 15:55:52 +02:00
5e47572c85 Fix React: footer.jsx etait vide (pas d'export) -> <Footer/> = undefined -> tout le rendu de App plantait (Header inclus)
matthieu pushed to feature/contact at matthieu/stagiaire 2026-06-23 15:50:27 +02:00
b43c9989f4 Tuto React: expliquer pourquoi App n'affiche ni Header ni Footer (majuscule = composant vs balise HTML, pas d'erreur), + verifs import/export
matthieu pushed to feature/services at matthieu/stagiaire 2026-06-23 15:49:06 +02:00
ec4f14be33 Tuto React: expliquer pourquoi App n'affiche ni Header ni Footer (majuscule = composant vs balise HTML, pas d'erreur), + verifs import/export
matthieu pushed to feature/contact at matthieu/stagiaire 2026-06-23 14:30:53 +02:00
17d969efe4 Tuto React depuis zero: install Node/npm, Vite, structure, JSX, decoupage en composants (1 composant = 1 fichier), props, useState
matthieu pushed to feature/services at matthieu/stagiaire 2026-06-23 14:29:04 +02:00
39d5e9f00b Tuto React depuis zero: install Node/npm, Vite, structure, JSX, decoupage en composants (1 composant = 1 fichier), props, useState
matthieu pushed to feature/contact at matthieu/stagiaire 2026-06-23 14:09:26 +02:00
77f564afdb Contact: restaurer section Ctrl+Entree du fichier alerte + correction map (filter/map confondus, variables inexistantes, scope, soustraction)
matthieu pushed to feature/contact at matthieu/stagiaire 2026-06-23 14:04:48 +02:00
matthieu pushed to feature/contact at matthieu/stagiaire 2026-06-23 11:28:16 +02:00
ea02e41362 Correction contact: raccourci Ctrl+Entree = meme cause (preventDefault manquant), requestSubmit OK, 501 du serveur expliquee
matthieu pushed to feature/contact at matthieu/stagiaire 2026-06-23 11:10:24 +02:00
0ea04988a3 Correction contact: alerte form marche en file:// pas localhost (preventDefault manquant + form qui poste, 501 du serveur) + explication file:// vs http://localhost
matthieu pushed to feature/services at matthieu/stagiaire 2026-06-23 11:08:41 +02:00
e65bf607d8 CORS Guillaume: recommander d'installer Python (Add to PATH) puis python -m http.server
matthieu pushed to feature/services at matthieu/stagiaire 2026-06-23 11:07:38 +02:00
472498c56d CORS: adapter a Zed (terminal integre + npx serve/py), retirer Live Server VS Code, titres neutres
matthieu pushed to feature/services at matthieu/stagiaire 2026-06-23 11:06:03 +02:00
22a1178bd7 CORS: solutions Windows sans python (Live Server VS Code recommande, py -m http.server, npx serve, IDE JetBrains)
matthieu pushed to feature/services at matthieu/stagiaire 2026-06-23 11:01:52 +02:00
ba66dfd5b5 Explication CORS enrichie: difference file:// (lecture disque, pas de serveur) vs http://localhost:8000 (mini-serveur, vraie origine), localhost/port
matthieu pushed to feature/services at matthieu/stagiaire 2026-06-23 10:59:07 +02:00
4be75bfb86 Correction services CORS: ouvrir via http (python http.server) au lieu de file://, chemin fetch css/vehicules.json, tbody corps_flotte manquant
matthieu pushed to feature/services at matthieu/stagiaire 2026-06-23 09:25:03 +02:00
5ad4bded37 Ameliorations services: une seule fonction d'affichage, singulier/pluriel au chargement, classe virgule; rappel suite (exos 8-11)
matthieu pushed to feature/contact at matthieu/stagiaire 2026-06-23 09:22:03 +02:00
0b47b53218 Correction contact API flotte: id corps_flotte inexistant, deux versions qui se telescopent, brancher fetch sur afficherFlotte