Files
react.dev/src/sidebarHome.json
2025-09-02 13:40:40 -04:00

119 lines
2.3 KiB
JSON

{
"title": "React Docs",
"path": "/",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "GET STARTED"
},
{
"title": "Quick Start",
"path": "/learn"
},
{
"title": "Installation",
"path": "/learn/installation"
},
{
"title": "Setup",
"path": "/learn/setup"
},
{
"title": "React Compiler",
"path": "/learn/react-compiler"
},
{
"hasSectionHeader": true,
"sectionHeader": "LEARN REACT"
},
{
"title": "Describing the UI",
"path": "/learn/describing-the-ui"
},
{
"title": "Adding Interactivity",
"path": "/learn/adding-interactivity"
},
{
"title": "Managing State",
"path": "/learn/managing-state"
},
{
"title": "Escape Hatches",
"path": "/learn/escape-hatches"
},
{
"hasSectionHeader": true,
"sectionHeader": "REACT API"
},
{
"title": "Hooks",
"path": "/reference/react"
},
{
"title": "Components",
"path": "/reference/react/components"
},
{
"title": "APIs",
"path": "/reference/react/apis"
},
{
"title": "Legacy APIs",
"path": "/reference/react/legacy"
},
{
"hasSectionHeader": true,
"sectionHeader": "REACT DOM API"
},
{
"title": "Components",
"path": "/reference/react-dom/components"
},
{
"title": "APIs",
"path": "/reference/react-dom"
},
{
"title": "Client APIs",
"path": "/reference/react-dom/client"
},
{
"title": "Server APIs",
"path": "/reference/react-dom/server"
},
{
"hasSectionHeader": true,
"sectionHeader": "REACT COMPILER API"
},
{
"title": "Configuration",
"path": "/reference/react-compiler/configuration"
},
{
"title": "Directives",
"path": "/reference/react-compiler/directives"
},
{
"title": "Compiling Libraries",
"path": "/reference/react-compiler/compiling-libraries"
},
{
"hasSectionHeader": true,
"sectionHeader": "GET INVOLVED"
},
{
"title": "React Community",
"path": "/community"
},
{
"hasSectionHeader": true,
"sectionHeader": "STAY INFORMED"
},
{
"title": "React Blog",
"path": "/blog"
}
]
}