Skip to content

Commit 617065b

Browse files
authored
Fix style in React Reference Overview (#6410)
1 parent 55b9e04 commit 617065b

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

src/content/reference/react/index.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,32 @@ title: React Reference Overview
33
---
44

55
<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+
89
</Intro>
910

10-
Our The React reference documentation is broken down into functional subsections:
11+
Our The React reference documentation is broken down into functional subsections:
1112

1213
## React {/*react*/}
13-
Programmatic React features:
14+
15+
Programmatic React features:
16+
1417
* [Hooks](/reference/react/hooks) - Use different React features from your components.
1518
* [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.
1720
* [Directives](/reference/react/directives) - Provide instructions to bundlers compatible with React Server Components.
1821

1922
## 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:
2225

2326
* [Hooks](/reference/react-dom/hooks) - Hooks for web applications which run in the browser DOM environment.
2427
* [Components](/reference/react-dom/components) - React supports all of the browser built-in HTML and SVG components.
2528
* [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).
2730
* [Server APIs](/reference/react-dom/server) - The `react-dom/server` APIs let you render React components to HTML on the server.
2831

2932
## 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

Comments
 (0)