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
+7-34Lines changed: 7 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,26 @@ title: Агляд даведкі па React
2
2
---
3
3
4
4
<Intro>
5
-
<<<<<<< HEAD
5
+
6
6
У гэтым раздзеле змяшчаецца падрабязная даведачная дакументацыя па працы з React.
7
7
Каб пазнаёміцца з React, наведайце раздзел [Навучанне](/learn).
8
+
8
9
</Intro>
9
10
10
11
Наша даведачная дакументацыя па React разбіта на функцыянальныя падраздзелы:
11
12
12
13
## React {/*react*/}
14
+
13
15
Праграмныя функцыі React:
16
+
14
17
*[Хукі](/reference/react/hooks) - Выкарыстоўвайце розныя функцыі React прама з вашых кампанентаў.
15
18
*[Кампаненты](/reference/react/components) - Апісвае ўбудаваныя кампаненты, якія можна выкарыстоўваць у вашым JSX.
16
19
*[API](/reference/react/apis) - карысныя API для аб'яўлення кампанентаў.
17
20
*[Дырэктывы](/reference/react/directives) - Пазначце інструкцыі для зборшчыкаў сумяшчальных з сервернымі кампанентамі React.
18
21
19
22
## React DOM {/*react-dom*/}
20
-
React-dom змяшчае функцыі, якія падтрымліваюцца толькі для вэб-праграм
21
-
(якія працуюць у DOM асяроддзі браўзера). Гэты раздзел разбіты на наступныя часткі:
23
+
24
+
React-dom змяшчае функцыі, якія падтрымліваюцца толькі для вэб-праграм (якія працуюць у DOM асяроддзі браўзера). Гэты раздзел разбіты на наступныя часткі:
22
25
23
26
*[Хукі](/reference/react-dom/hooks) - Хукі для вэб-праграм, якія працуюць у DOM асяроддзі браўзера.
24
27
*[Кампаненты](/reference/react-dom/components) - React падтрымлівае ўсе кампаненты HTML і SVG, убудаваныя ў браўзер.
@@ -27,35 +30,5 @@ React-dom змяшчае функцыі, якія падтрымліваюцца
27
30
*[Серверныя API](/reference/react-dom/server) - API з пакета `react-dom/server` дазваляюць рэндэрыць кампаненты React у HTML на серверы.
28
31
29
32
## Устарэлыя API {/*legacy-apis*/}
30
-
*[Устарэлыя API](/reference/react/legacy) - API экспартаваныя з пакета React, але не рэкамендуюцца для выкарыстання ў нядаўна напісаным кодзе.
31
-
=======
32
33
33
-
This section provides detailed reference documentation for working with React. For an introduction to React, please visit the [Learn](/learn) section.
34
-
35
-
</Intro>
36
-
37
-
Our The React reference documentation is broken down into functional subsections:
38
-
39
-
## React {/*react*/}
40
-
41
-
Programmatic React features:
42
-
43
-
*[Hooks](/reference/react/hooks) - Use different React features from your components.
44
-
*[Components](/reference/react/components) - Documents built-in components that you can use in your JSX.
45
-
*[APIs](/reference/react/apis) - APIs that are useful for defining components.
46
-
*[Directives](/reference/react/directives) - Provide instructions to bundlers compatible with React Server Components.
47
-
48
-
## React DOM {/*react-dom*/}
49
-
50
-
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:
51
-
52
-
*[Hooks](/reference/react-dom/hooks) - Hooks for web applications which run in the browser DOM environment.
53
-
*[Components](/reference/react-dom/components) - React supports all of the browser built-in HTML and SVG components.
54
-
*[APIs](/reference/react-dom) - The `react-dom` package contains methods supported only in web applications.
55
-
*[Client APIs](/reference/react-dom/client) - The `react-dom/client` APIs let you render React components on the client (in the browser).
56
-
*[Server APIs](/reference/react-dom/server) - The `react-dom/server` APIs let you render React components to HTML on the server.
57
-
58
-
## Legacy APIs {/*legacy-apis*/}
59
-
60
-
*[Legacy APIs](/reference/react/legacy) - Exported from the `react` package, but not recommended for use in newly written code.
61
-
>>>>>>> fcd00068bd1bdd4eb37e3e0ab0488a9d093670bc
34
+
*[Устарэлыя API](/reference/react/legacy) - API экспартаваныя з пакета React, але не рэкамендуюцца для выкарыстання ў нядаўна напісаным кодзе.
0 commit comments