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
+4-21Lines changed: 4 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ React басынан бастап біртіндеп бейімделуді ес
8
8
9
9
</Intro>
10
10
11
-
<<<<<<< HEAD
12
11
<YouWillLearnisChapter={true}>
13
12
14
13
*[Жаңа React жобасын қалай бастау керек](/learn/start-a-new-react-project)
@@ -19,9 +18,6 @@ React басынан бастап біртіндеп бейімделуді ес
19
18
</YouWillLearn>
20
19
21
20
## React-тi қолданып көрy {/*try-react*/}
22
-
=======
23
-
## Try React {/*try-react*/}
24
-
>>>>>>> 3ee3a60a1bcc687c0b87039a3a6582e3b1d6887c
25
21
26
22
React-тi қолданып көру үшін ештеңе орнатудың қажеті жоқ. Құмжәшігте кодты өңдеңіз!
27
23
@@ -43,42 +39,29 @@ export default function App() {
43
39
44
40
Most pages in the React documentation contain sandboxes like this. Outside of the React documentation, there are many online sandboxes that support React: for example, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), or [CodePen.](https://codepen.io/pen?template=QWYVwWN)
Локальде компьютерінізде React-пен жұмыс жасап көру үшін осы [HTML бетін жүктеп алыңыз](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html). Оны редакторда және браузерде ашыңыз!
50
45
51
46
## Жаңа React жобасын бастаңыз {/*start-a-new-react-project*/}
52
47
53
48
Егер сіз 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
49
57
-
## Creating a React App {/*creating-a-react-app*/}
50
+
## React қосымшасын нөлден құру {/*build-a-react-app-from-scratch*/}
58
51
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.
60
-
61
-
## Build a React App from Scratch {/*build-a-react-app-from-scratch*/}
62
-
63
-
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).
64
-
>>>>>>> 3ee3a60a1bcc687c0b87039a3a6582e3b1d6887c
52
+
Егер фреймворк сіздің жобаңызға сәйкес келмесе, өз фреймворкіңізді құрғыныз келсе немесе React қосымшасының негіздерін үйренгіңіз келсе, [React қосымшасын нөлден құра аласыз.](/learn/build-a-react-app-from-scratch)
65
53
66
54
## Бар жобаға React-тi қосыңыз {/*add-react-to-an-existing-project*/}
67
55
68
-
<<<<<<< HEAD
69
56
Егер бұрыннан бар қосымшада немесе веб-сайтта 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
-
73
57
74
58
<Note>
75
59
76
-
#### Should I use Create React App? {/*should-i-use-create-react-app*/}
60
+
#### Create React App қолдану керек пе? {/*should-i-use-create-react-app*/}
77
61
78
-
No. Create React App has been deprecated. For more information, see [Sunsetting Create React App](/blog/2025/02/14/sunsetting-create-react-app).
62
+
Жоқ. Create React App ескірген. Қосымша ақпарат үшін [Create React App-тің тоқтатылуы](/blog/2025/02/14/sunsetting-create-react-app) бөлімін қараңыз.
## Мобильдік қосымша (React Native) {/*mobile-react-native*/}
55
-
React Developer Tools [React Native](https://reactnative.dev/) көмегімен жасалған қосымшаларды зеттеу үшін қолдануға болады.
56
54
57
-
React Developer Tools пайдаланудың ең оңай жолы - оны жалпы деңгейде орнату:
58
-
```bash
59
-
# Yarn
60
-
yarn global add react-devtools
61
-
62
-
# Npm
63
-
npm install -g react-devtools
64
-
```
65
-
Содан кейін терминалда келесі команданы шақырыныз:
66
-
```bash
67
-
react-devtools
68
-
```
69
-
Ол іске қосылған кезде локальді React Native қосымшанызға қосылуы керек.
70
-
71
-
> Программа зерттеу құралдары бірнеше секундтан кейін қосылмаса, қолданбаны қайта жүктеп көріңіз.
55
+
[React Native](https://reactnative.dev/) көмегімен жасалған қосымшаларды тексеру үшін [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) қолдана аласыз - бұл React Developer Tools-ты тереңінен біріктіретін кіріктірілген дебаггер. Барлық функциялар браузер кеңейтімімен бірдей жұмыс істейді, соның ішінде натив элементтерді бөлектеу және таңдау.
72
56
73
57
[React Native дебаггингі туралы көбірек білу.](https://reactnative.dev/docs/debugging)
74
-
=======
75
-
## Mobile (React Native) {/*mobile-react-native*/}
76
-
77
-
To inspect apps built with [React Native](https://reactnative.dev/), you can use [React Native DevTools](https://reactnative.dev/docs/react-native-devtools), the built-in debugger that deeply integrates React Developer Tools. All features work identically to the browser extension, including native element highlighting and selection.
78
-
79
-
[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)
80
58
81
-
> For versions of React Native earlier than 0.76, please use the standalone build of React DevTools by following the [Safari and other browsers](#safari-and-other-browsers) guide above.
82
-
>>>>>>> 3b02f828ff2a4f9d2846f077e442b8a405e2eb04
59
+
> React Native 0.76-дан бұрынғы нұсқалары үшін жоғарыдағы [Safari және басқа браузерлер](#safari-and-other-browsers) нұсқаулығын ұстан отырып React DevTools-тың автономды нұсқасын қолданыңыз.
0 commit comments