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: content/docs/rendering-elements.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ next: components-and-props.html
13
13
Елемент описує те, що ви хочете бачити на екрані:
14
14
15
15
```js
16
-
constelement=<h1>Hello, world</h1>;
16
+
constelement=<h1>Привіт, світе</h1>;
17
17
```
18
18
19
19
На відміну від DOM-елементів, елементи React — звичайні об'єкти, легкі для створення. React DOM бере на себе оновлення DOM для його відповідності React-елементам.
0 commit comments