Skip to content

Commit b3eaf12

Browse files
authored
Merge pull request #841 from fpetrakov/reference/react/components-translation
Перевод referece/react/components
2 parents ed4af79 + 219a3e2 commit b3eaf12

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: "Built-in React Components"
2+
title: "Встроенные React-компоненты"
33
---
44

55
<Intro>
66

7-
React exposes a few built-in components that you can use in your JSX.
7+
React из коробки предоставляет несколько компонентов.
88

99
</Intro>
1010

1111
---
1212

13-
## Built-in components {/*built-in-components*/}
13+
## Встроенные компоненты {/*built-in-components*/}
1414

15-
* [`<Fragment>`](/reference/react/Fragment), alternatively written as `<>...</>`, lets you group multiple JSX nodes together.
16-
* [`<Profiler>`](/reference/react/Profiler) lets you measure rendering performance of a React tree programmatically.
17-
* [`<Suspense>`](/reference/react/Suspense) lets you display a fallback while the child components are loading.
18-
* [`<StrictMode>`](/reference/react/StrictMode) enables extra development-only checks that help you find bugs early.
15+
* [`<Fragment>`](/reference/react/Fragment), или `<>...</>`, объединяет несколько JSX узлов.
16+
* [`<Profiler>`](/reference/react/Profiler) позволяет вам измерять производительность рендеринга React-дерева программно.
17+
* [`<Suspense>`](/reference/react/Suspense) отображает заглушку, пока загружаются дочерние компоненты.
18+
* [`<StrictMode>`](/reference/react/StrictMode) включает дополнительные проверки в режиме разработки, они помогают находить баги раньше.
1919

2020
---
2121

22-
## Your own components {/*your-own-components*/}
22+
## Ваши компоненты {/*your-own-components*/}
2323

24-
You can also [define your own components](/learn/your-first-component) as JavaScript functions.
24+
Вы также можете [создавать свои компоненты](/learn/your-first-component), используя JavaScript-функции.

0 commit comments

Comments
 (0)