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/community/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: React Community
2
+
title: Спільнота React
3
3
---
4
4
5
5
<Intro>
@@ -8,7 +8,7 @@ React has a community of millions of developers. On this page we've listed some
8
8
9
9
</Intro>
10
10
11
-
## Code of Conduct {/*code-of-conduct*/}
11
+
## Кодекс поведінки {/*code-of-conduct*/}
12
12
13
13
Before participating in React's communities, [please read our Code of Conduct.](https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md) We have adopted the [Contributor Covenant](https://www.contributor-covenant.org/) and we expect that all community members adhere to the guidelines within.
Copy file name to clipboardExpand all lines: src/content/community/team.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Meet the Team"
2
+
title: Команда React
3
3
---
4
4
5
5
<Intro>
@@ -100,4 +100,4 @@ Current members of the React team are listed in alphabetical order below.
100
100
101
101
## Past contributors {/*past-contributors*/}
102
102
103
-
You can find the past team members and other people who significantly contributed to React over the years on the [acknowledgements](/community/acknowledgements) page.
103
+
You can find the past team members and other people who significantly contributed to React over the years on the ["Подяки"](/community/acknowledgements) page.
Copy file name to clipboardExpand all lines: src/content/learn/describing-the-ui.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
@@ -186,7 +186,7 @@ img { height: 90px; }
186
186
187
187
</LearnMore>
188
188
189
-
## JavaScript у JSX з фігурними дужками {/*javascript-in-jsx-with-curly-braces*/}
189
+
## JavaScript у JSX із фігурними дужками {/*javascript-in-jsx-with-curly-braces*/}
190
190
191
191
JSX дозволяє писати HTML-подібну розмітку всередині файлу JavaScript, зберігаючи логіку рендерингу та вміст в одному місці. Іноді вам потрібно додати трохи логіки JavaScript або посилатися на динамічну властивість у цій розмітці. Тоді ви можете використовувати фігурні дужки у своєму JSX, щоб "відкрити вікно" у JavaScript:
0 commit comments