Files
react.dev/beta/src/sidebarReference.json
2022-03-16 01:36:52 +00:00

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"
}
]
}
]
}
]
}