You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/react/index.md
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,28 +3,32 @@ title: React Reference Overview
3
3
---
4
4
5
5
<Intro>
6
-
This section provides detailed reference documentation for working with React.
7
-
For an introduction to React, please visit the [Learn](/learn) section.
6
+
7
+
This section provides detailed reference documentation for working with React. For an introduction to React, please visit the [Learn](/learn) section.
8
+
8
9
</Intro>
9
10
10
-
Our The React reference documentation is broken down into functional subsections:
11
+
Our The React reference documentation is broken down into functional subsections:
11
12
12
13
## React {/*react*/}
13
-
Programmatic React features:
14
+
15
+
Programmatic React features:
16
+
14
17
*[Hooks](/reference/react/hooks) - Use different React features from your components.
15
18
*[Components](/reference/react/components) - Documents built-in components that you can use in your JSX.
16
-
*[APIs](/reference/react/apis) - APIs that are useful for defining components.
19
+
*[APIs](/reference/react/apis) - APIs that are useful for defining components.
17
20
*[Directives](/reference/react/directives) - Provide instructions to bundlers compatible with React Server Components.
18
21
19
22
## React DOM {/*react-dom*/}
20
-
React-dom contains features that are only supported for web applications
21
-
(which run in the browser DOM environment). This section is broken into the following:
23
+
24
+
React-dom contains features that are only supported for web applications (which run in the browser DOM environment). This section is broken into the following:
22
25
23
26
*[Hooks](/reference/react-dom/hooks) - Hooks for web applications which run in the browser DOM environment.
24
27
*[Components](/reference/react-dom/components) - React supports all of the browser built-in HTML and SVG components.
25
28
*[APIs](/reference/react-dom) - The `react-dom` package contains methods supported only in web applications.
26
-
*[Client APIs](/reference/react-dom/client) - The `react-dom/client` APIs let you render React components on the client (in the browser).
29
+
*[Client APIs](/reference/react-dom/client) - The `react-dom/client` APIs let you render React components on the client (in the browser).
27
30
*[Server APIs](/reference/react-dom/server) - The `react-dom/server` APIs let you render React components to HTML on the server.
28
31
29
32
## Legacy APIs {/*legacy-apis*/}
30
-
*[Legacy APIs](/reference/react/legacy) - Exported from the react package, but not recommended for use in newly written code.
33
+
34
+
*[Legacy APIs](/reference/react/legacy) - Exported from the `react` package, but not recommended for use in newly written code.
0 commit comments