62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"id": "ressources/frontend/react/premier-composant",
|
|
"title": "Premier composant",
|
|
"description": "Voyons ensemble comment notre premier composant React !",
|
|
"source": "@site/docs/ressources/frontend/react/premier-composant.mdx",
|
|
"sourceDirName": "ressources/frontend/react",
|
|
"slug": "/ressources/frontend/react/premier-composant",
|
|
"permalink": "/ressources/frontend/react/premier-composant",
|
|
"draft": false,
|
|
"unlisted": false,
|
|
"editUrl": "https://github.com/preparation-tp/memento-dev/tree/main/docs/ressources/frontend/react/premier-composant.mdx",
|
|
"tags": [
|
|
{
|
|
"inline": true,
|
|
"label": "Frontend",
|
|
"permalink": "/tags/frontend"
|
|
},
|
|
{
|
|
"inline": true,
|
|
"label": "React",
|
|
"permalink": "/tags/react"
|
|
},
|
|
{
|
|
"inline": true,
|
|
"label": "JavaScript/TypeScript",
|
|
"permalink": "/tags/java-script-type-script"
|
|
},
|
|
{
|
|
"inline": true,
|
|
"label": "Bibliothèque",
|
|
"permalink": "/tags/bibliotheque"
|
|
},
|
|
{
|
|
"inline": true,
|
|
"label": "Interface utilisateur (UI)",
|
|
"permalink": "/tags/interface-utilisateur-ui"
|
|
}
|
|
],
|
|
"version": "current",
|
|
"sidebarPosition": 4,
|
|
"frontMatter": {
|
|
"sidebar_position": 4,
|
|
"title": "Premier composant",
|
|
"description": "Voyons ensemble comment notre premier composant React !",
|
|
"tags": [
|
|
"Frontend",
|
|
"React",
|
|
"JavaScript/TypeScript",
|
|
"Bibliothèque",
|
|
"Interface utilisateur (UI)"
|
|
]
|
|
},
|
|
"sidebar": "tutorialSidebar",
|
|
"previous": {
|
|
"title": "Syntaxe JSX",
|
|
"permalink": "/ressources/frontend/react/syntaxe-jsx"
|
|
},
|
|
"next": {
|
|
"title": "State et cycle de vie",
|
|
"permalink": "/ressources/frontend/react/state-et-cycle-de-vie"
|
|
}
|
|
} |