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/Fragment.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,9 @@ title: <Fragment> (<>...</>)
4
4
5
5
<Intro>
6
6
7
-
<<<<<<< HEAD
8
7
`<Fragment>`, часто використовується за допомогою синтаксису `<>...</>`, дозволяє групувати елементи без елементу-обгортки.
9
-
=======
10
-
`<Fragment>`, often used via `<>...</>` syntax, lets you group elements without a wrapper node.
11
8
12
9
<Experimental> Fragments can also accept refs, which enable interacting with underlying DOM nodes without adding wrapper elements. See reference and usage below.</Experimental>
13
-
>>>>>>> 11cb6b591571caf5fa2a192117b6a6445c3f2027
14
10
15
11
```js
16
12
<>
@@ -33,10 +29,7 @@ title: <Fragment> (<>...</>)
33
29
34
30
#### Пропси {/*props*/}
35
31
36
-
<<<<<<< HEAD
37
32
-**опційний**`key`: Фрагменти, оголошені з явним синтаксисом `<Fragment>` можуть мати [ключі.](/learn/rendering-lists#keeping-list-items-in-order-with-key)
38
-
=======
39
-
-**optional**`key`: Fragments declared with the explicit `<Fragment>` syntax may have [keys.](/learn/rendering-lists#keeping-list-items-in-order-with-key)
40
33
- <ExperimentalBadge /> **optional**`ref`: A ref object (e.g. from [`useRef`](/reference/react/useRef)) or [callback function](/reference/react-dom/components/common#ref-callback). React provides a `FragmentInstance` as the ref value that implements methods for interacting with the DOM nodes wrapped by the Fragment.
Copy file name to clipboardExpand all lines: src/content/versions.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,9 @@ title: Версії React
10
10
11
11
Ми прагнемо оновлювати документацію в межах мажорних версій і не публікуємо окремо для кожної мінорної або латкової (patch). Коли з'являється нова мажорна версія, ми архівуємо документацію для попередньої за адресою `x.react.dev`_(прим. пер. — у цьому форматі архівується лише першоджерело англійською)_. Перегляньте нашу [політику версіонування](/community/versioning-policy) для більш детальної інформації.
12
12
13
-
<<<<<<< HEAD
14
13
Архів попередніх мажорних версій можна знайти нижче.
15
-
## Остання версія: 19.1 {/*latest-version*/}
16
-
=======
17
-
You can find an archive of previous major versions below.
0 commit comments