|
1 | 1 | --- |
2 | | -title: Setup |
| 2 | +title: Налаштування |
3 | 3 | --- |
4 | 4 | <Intro> |
5 | 5 |
|
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, розширеннями браузера та компіляторами. Цей розділ допоможе вам налаштувати середовище. |
7 | 7 |
|
8 | 8 | </Intro> |
9 | 9 |
|
10 | | -## Editor Setup {/*editor-setup*/} |
| 10 | +## Налаштування редактора {/*editor-setup*/} |
11 | 11 |
|
12 | | -See our [recommended editors](/learn/editor-setup) and learn how to set them up to work with React. |
| 12 | +Перегляньте [рекомендовані редактори](/learn/editor-setup) та дізнайтеся, як налаштувати їх для роботи з React. |
13 | 13 |
|
14 | | -## Using TypeScript {/*using-typescript*/} |
| 14 | +## Використання TypeScript {/*using-typescript*/} |
15 | 15 |
|
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). |
17 | 17 |
|
18 | | -## React Developer Tools {/*react-developer-tools*/} |
| 18 | +## Інструменти розробника React {/*react-developer-tools*/} |
19 | 19 |
|
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). |
21 | 21 |
|
22 | 22 | ## React Compiler {/*react-compiler*/} |
23 | 23 |
|
24 | | -React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler). |
| 24 | +React Compiler — це інструмент, який автоматично оптимізує ваш React-застосунок. [Дізнатися більше](/learn/react-compiler). |
25 | 25 |
|
26 | 26 | ## Start a React Project from scratch {/*start-a-react-project-from-scratch*/} |
27 | 27 |
|
28 | 28 | If you want to build your own framework, you can [start a React project from scratch](/learn/start-a-react-project-from-scratch). |
29 | 29 |
|
30 | | -## Next steps {/*next-steps*/} |
| 30 | +## Подальші кроки {/*next-steps*/} |
31 | 31 |
|
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, з якими ви стикаєтесь щодня. |
0 commit comments