Skip to content

Commit 5032cf0

Browse files
authored
Merge pull request #97 from reactjs/sync-3ee3a60a
Sync with react.dev @ 3ee3a60
2 parents 0fa6148 + 16a965f commit 5032cf0

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

src/content/learn/installation.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,24 @@ If want to try using React in your existing app or a website, you can [add React
4747

4848
<Note>
4949

50-
#### Should I use Create React App? {/*should-i-use-create-react-app*/}
50+
## React қосымшасын нөлден құру {/*build-a-react-app-from-scratch*/}
51+
52+
Егер фреймворк сіздің жобаңызға сәйкес келмесе, өз фреймворкіңізді құрғыныз келсе немесе React қосымшасының негіздерін үйренгіңіз келсе, [React қосымшасын нөлден құра аласыз.](/learn/build-a-react-app-from-scratch)
53+
54+
## Бар жобаға React-тi қосыңыз {/*add-react-to-an-existing-project*/}
5155

5256
No. Create React App has been deprecated. For more information, see [Sunsetting Create React App](/blog/2025/02/14/sunsetting-create-react-app).
5357

58+
<Note>
59+
60+
#### Create React App қолдану керек пе? {/*should-i-use-create-react-app*/}
61+
62+
Жоқ. Create React App ескірген. Қосымша ақпарат үшін [Create React App-тің тоқтатылуы](/blog/2025/02/14/sunsetting-create-react-app) бөлімін қараңыз.
63+
5464
</Note>
5565

66+
## Келесі қадамдар {/*next-steps*/}
67+
5668
## Next steps {/*next-steps*/}
5769

5870
Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.

src/content/learn/preserving-and-resetting-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ label {
672672

673673
</Sandpack>
674674

675-
The counter state gets reset when you click the checkbox. Although you render a `Counter`, the first child of the `div` changes from a `div` to a `section`. When the child `div` was removed from the DOM, the whole tree below it (including the `Counter` and its state) was destroyed as well.
675+
The counter state gets reset when you click the checkbox. Although you render a `Counter`, the first child of the `div` changes from a `section` to a `div`. When the child `section` was removed from the DOM, the whole tree below it (including the `Counter` and its state) was destroyed as well.
676676

677677
<DiagramGroup>
678678

src/content/learn/react-developer-tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ Reload your website in the browser now to view it in developer tools.
5252

5353
![React Developer Tools standalone](/images/docs/react-devtools-standalone.png)
5454

55-
## Mobile (React Native) {/*mobile-react-native*/}
55+
## Мобильдік қосымша (React Native) {/*mobile-react-native*/}
5656

57-
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.
57+
[React Native](https://reactnative.dev/) көмегімен жасалған қосымшаларды тексеру үшін [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) қолдана аласыз - бұл React Developer Tools-ты тереңінен біріктіретін кіріктірілген дебаггер. Барлық функциялар браузер кеңейтімімен бірдей жұмыс істейді, соның ішінде натив элементтерді бөлектеу және таңдау.
5858

59-
[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)
59+
[React Native дебаггингі туралы көбірек білу.](https://reactnative.dev/docs/debugging)
6060

61-
> 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.
61+
> React Native 0.76-дан бұрынғы нұсқалары үшін жоғарыдағы [Safari және басқа браузерлер](#safari-and-other-browsers) нұсқаулығын ұстан отырып React DevTools-тың автономды нұсқасын қолданыңыз.

0 commit comments

Comments
 (0)