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
Вам не трэба нічога ўсталёўваць, каб паспрабаваць React. Паспрабуйце рэдагаваць код у пясочніцы!
28
14
@@ -44,45 +30,29 @@ export default function App() {
44
30
45
31
Большасць старонак дакументацыі React утрымліваюць пясочніцы падобныя гэтай. Па-за дакументацыяй 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) Адкрыйце яе ў сваім тэкставым рэдактары і браўзеры!
51
34
52
-
## Стварыць новы React праект {/*start-a-new-react-project*/}
53
-
Калі вы хочаце стварыць праграму або вэб-сайт цалкам на React, [стварыце новы React праект.](/learn/start-a-new-react-project)
54
-
55
-
## Дадаць React у існуючы праект {/*add-react-to-an-existing-project*/}
35
+
## Стварыць новы React праект {/*creating-a-react-app*/}
56
36
57
-
Калі вы хочаце выкарыстоўваць React у існуючых праграмах або вэб-сайтах, [дадайце React у існуючы праект.](/learn/add-react-to-an-existing-project)
58
-
=======
59
-
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!
37
+
Калі вы хочаце стварыць React праграму, [стварыце новы React праект](/learn/creating-a-react-app) з дапамогай рэкамендаваных фрэймворкаў.
60
38
61
-
## Creating a React App {/*creating-a-react-app*/}
39
+
## Стварыць React праект з нуля {/*build-a-react-app-from-scratch*/}
62
40
63
-
If you want to start a new React app, you can [create a React app](/learn/creating-a-react-app) using a recommended framework.
41
+
Калі ніводзін з фрэймворкаў не падыходзіць для вашага праекта або вы хочаце стварыць новы, або вы хочацце вывучыць асновы React, то вы можаце [стварыць React праект з нуля](/learn/build-a-react-app-from-scratch).
64
42
65
-
## Build a React App from Scratch {/*build-a-react-app-from-scratch*/}
66
-
67
-
If a framework is not a good fit for your project, you prefer to build your own framework, or you just want to learn the basics of a React app you can [build a React app from scratch](/learn/build-a-react-app-from-scratch).
68
-
69
-
## Add React to an existing project {/*add-react-to-an-existing-project*/}
43
+
## Дадаць React у існуючы праект {/*add-react-to-an-existing-project*/}
70
44
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)
45
+
Калі вы хочаце выкарыстоўваць React у існуючых праграмах або вэб-сайтах, [дадайце React у існуючы праект.](/learn/add-react-to-an-existing-project)
72
46
73
47
74
48
<Note>
75
49
76
-
#### Should I use Create React App? {/*should-i-use-create-react-app*/}
50
+
#### Ці варта мне выкарыстоўваць Create React App? {/*should-i-use-create-react-app*/}
77
51
78
-
No. Create React App has been deprecated. For more information, see [Sunsetting Create React App](/blog/2025/02/14/sunsetting-create-react-app).
52
+
Не. Create React App цяпер лічыцца састарэлым. Больш інфармацыі даступна на старонцы [Канец Create React App](/blog/2025/02/14/sunsetting-create-react-app).
79
53
80
54
</Note>
81
55
82
-
## Next steps {/*next-steps*/}
83
-
84
-
Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.
85
-
>>>>>>> fc29603434ec04621139738f4740caed89d659a7
86
-
87
56
## Наступныя крокі {/*next-steps*/}
57
+
88
58
Азнаёмцеся са старонкай «[Хуткі старт](/learn)», каб пазнаёміцца з найбольш важнымі канцэпцыямі React, якімі вы будзеце карыстацца кожны дзень.
0 commit comments