mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 05:03:07 +00:00
46 lines
931 B
JSON
46 lines
931 B
JSON
{
|
|
"title": "API Reference",
|
|
"heading": true,
|
|
"path": "/apis",
|
|
"routes": [
|
|
{
|
|
"heading": true,
|
|
"path": "",
|
|
"routes": [
|
|
{
|
|
"title": "React APIs",
|
|
"path": "/apis",
|
|
"routes": [
|
|
{
|
|
"title": "useContext()",
|
|
"path": "/apis/usecontext"
|
|
},
|
|
{
|
|
"title": "useReducer()",
|
|
"path": "/apis/usereducer"
|
|
},
|
|
{
|
|
"title": "useRef()",
|
|
"path": "/apis/useref"
|
|
},
|
|
{
|
|
"title": "useState()",
|
|
"path": "/apis/usestate"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "ReactDOM APIs",
|
|
"path": "/apis/reactdom",
|
|
"routes": [
|
|
{
|
|
"title": "render()",
|
|
"path": "/apis/render"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|