Skip to content

Commit 2cca5cf

Browse files
docs(en): merge reactjs.org/main into zh-hans.reactjs.org/main @ 617065b (#1375)
2 parents 5121c4b + 07bd2f2 commit 2cca5cf

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
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.

src/sidebarReference.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@
8282
},
8383
{
8484
"title": "useTransition",
85-
"path": "/reference/react/useTransition",
86-
"canary": true
85+
"path": "/reference/react/useTransition"
8786
}
8887
]
8988
},

0 commit comments

Comments
 (0)