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/learn/installation.md
+2-29Lines changed: 2 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,7 @@ title: Встановлення
8
8
9
9
</Intro>
10
10
11
-
<<<<<<< HEAD
12
-
<YouWillLearnisChapter={true}>
13
-
14
-
*[Як почати новий React-проєкт](/learn/start-a-new-react-project)
15
-
*[Як інтегрувати React у наявний проєкт](/learn/add-react-to-an-existing-project)
16
-
*[Як налаштувати редактор коду](/learn/editor-setup)
17
-
*[Як встановити інструменти React розробника](/learn/react-developer-tools)
18
-
19
-
</YouWillLearn>
20
-
21
11
## Спробувати React {/*try-react*/}
22
-
=======
23
-
## Try React {/*try-react*/}
24
-
>>>>>>> 49284218b1f5c94f930f8a9b305040dbe7d3dd48
25
12
26
13
Не потрібно нічого встановлювати, щоб погратися з React. Спробуйте відредагувати код у цій пісочниці!
27
14
@@ -43,32 +30,19 @@ export default function App() {
43
30
44
31
Більшість сторінок у документації React містять схожі пісочниці. Водночас існує багато інших онлайн-пісочниць з підтримкою React, наприклад: [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react) або [CodePen.](https://codepen.io/pen?template=QWYVwWN)
Щоб спробувати React локально на вашому комп'ютері, [завантажте цю HTML-сторінку.](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html) Відкрийте її у редакторі та браузері!
50
34
51
-
## Почати новий React-проєкт {/*start-a-new-react-project*/}
52
-
53
-
Якщо ви хочете створити застосунок або вебсайт за допомогою React, [почніть новий React-проєкт.](/learn/start-a-new-react-project)
54
-
=======
55
-
To try React locally on your computer, [download this HTML page.](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html) Open it in your editor and in your browser!
56
-
57
-
## Creating a React App {/*creating-a-react-app*/}
35
+
## Початок React-проєкту {/*creating-a-react-app*/}
58
36
59
-
If you want to start a new React app, you can [create a React app](/learn/creating-a-react-app) using a recommended framework.
37
+
Якщо ви хочете створити застосунок за допомогою React, [почніть React-проєкт](/learn/creating-a-react-app), використовуючи один із рекомендованих фреймворків.
60
38
61
39
## Build a React Framework {/*build-a-react-framework*/}
62
40
63
41
If a framework is not a good fit for your project, or you prefer to start by building your own framework, you can [build your own React framework](/learn/building-a-react-framework).
64
-
>>>>>>> 49284218b1f5c94f930f8a9b305040dbe7d3dd48
65
42
66
43
## Інтегрувати React у наявний проєкт {/*add-react-to-an-existing-project*/}
67
44
68
-
<<<<<<< HEAD
69
45
Якщо ви хочете використати React у власному застосунку або вебсайті, [інтегруйте React у наявний проєкт.](/learn/add-react-to-an-existing-project)
70
-
=======
71
-
If want to try using React in your existing app or a website, you can [add React to an existing project.](/learn/add-react-to-an-existing-project)
72
46
73
47
## Deprecated Options {/*deprecated-options*/}
74
48
@@ -77,7 +51,6 @@ If want to try using React in your existing app or a website, you can [add React
77
51
Create React App is a deprecated tool, previously recommended for creating new React apps. If you want to start a new React app, you can [create a React app](/learn/creating-a-react-app) using a recommended framework.
78
52
79
53
For more information, see [Sunsetting Create React App](/blog/2025/02/14/sunsetting-create-react-app).
0 commit comments