Skip to content

Commit e2121b5

Browse files
committed
Translate Setup page
1 parent b5dd220 commit e2121b5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/content/learn/setup.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
---
2-
title: Setup
2+
title: Налаштування
33
---
44
<Intro>
55

6-
React integrates with tools like editors, TypeScript, browser extensions, and compliers. This section will help you get your environment set up.
6+
React інтегрується з різними інструментами: редакторами, TypeScript, розширеннями браузера та компіляторами. Цей розділ допоможе вам налаштувати середовище.
77

88
</Intro>
99

10-
## Editor Setup {/*editor-setup*/}
10+
## Налаштування редактора {/*editor-setup*/}
1111

12-
See our [recommended editors](/learn/editor-setup) and learn how to set them up to work with React.
12+
Перегляньте [рекомендовані редактори](/learn/editor-setup) та дізнайтеся, як налаштувати їх для роботи з React.
1313

14-
## Using TypeScript {/*using-typescript*/}
14+
## Використання TypeScript {/*using-typescript*/}
1515

16-
TypeScript is a popular way to add type definitions to JavaScript codebases. [Learn how to integrate TypeScript into your React projects](/learn/typescript).
16+
TypeScript — це популярний спосіб додавати визначення типів до JavaScript-коду. [Дізнайтеся, як інтегрувати TypeScript у ваші React-проєкти](/learn/typescript).
1717

18-
## React Developer Tools {/*react-developer-tools*/}
18+
## Інструменти розробника React {/*react-developer-tools*/}
1919

20-
React Developer Tools is a browser extension that can inspect React components, edit props and state, and identify performance problems. Learn how to install it [here](learn/react-developer-tools).
20+
Інструменти розробника React (React Developer Tools) — це розширення для браузера, яке може інспектувати компоненти React, редагувати пропси та стан, а також виявляти проблеми продуктивності. Дізнайтеся, як його встановити, [тут](learn/react-developer-tools).
2121

2222
## React Compiler {/*react-compiler*/}
2323

24-
React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler).
24+
React Compiler — це інструмент, який автоматично оптимізує ваш React-застосунок. [Дізнатися більше](/learn/react-compiler).
2525

2626
## Start a React Project from scratch {/*start-a-react-project-from-scratch*/}
2727

2828
If you want to build your own framework, you can [start a React project from scratch](/learn/start-a-react-project-from-scratch).
2929

30-
## Next steps {/*next-steps*/}
30+
## Подальші кроки {/*next-steps*/}
3131

32-
Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.
32+
Відвідайте посібник [Швидкий старт](/learn), щоб ознайомитися з найважливішими концепціями React, з якими ви стикаєтесь щодня.

src/sidebarLearn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
{
42-
"title": "Setup",
42+
"title": "Налаштування",
4343
"path": "/learn/setup",
4444
"routes": [
4545
{

0 commit comments

Comments
 (0)