mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
* Fix deadlinks take 2 Fixes the actual broken links. ``` $ yarn deadlinks yarn run v1.22.22 $ node scripts/deadLinkChecker.js Checking 177 markdown files... Fetched 552 React error codes Loaded 49 redirects from vercel.json ✓ All 1554 links are valid! ✨ Done in 0.86s. ``` * [compiler] Rewrite React Compiler Docs We've received [feedback](https://bsky.app/profile/danabra.mov/post/3lr46ciujjs2r) that the compiler docs are difficult to understand and not prominent enough that people don't realize the compiler is a serious project and is near stable. This PR rewrites the whole compiler doc section, giving it its own category as well as a standalone reference page. Preview: https://react-dev-git-pr7868-fbopensource.vercel.app/
115 lines
2.3 KiB
JSON
115 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": "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"
|
|
}
|
|
]
|
|
}
|