Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with react.dev @ 3b02f828 #314

Merged
merged 3 commits into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 4 additions & 19 deletions src/content/learn/react-developer-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,10 @@ react-devtools

![React डेवलपर टूल्स स्टैंडअलोन](/images/docs/react-devtools-standalone.png)

## मोबाइल (React Native) {/*mobile-react-native*/}
React डेवलपर टूल का उपयोग [React Native](https://reactnative.dev/) के साथ बनी ऐप्स का निरीक्षण करने के लिए भी किया जा सकता है।
## मोबाइल (React Native) {/*mobile-react-native*/}

React डेवलपर टूल्स का उपयोग करने का सबसे आसान तरीका इसे ग्लोबली इनस्टॉल करना है:
```bash
# Yarn
yarn global add react-devtools

# Npm
npm install -g react-devtools
```

इसके बाद टर्मिनल से डेवलपर टूल खोलें।
```bash
react-devtools
```

इसे चल रहे किसी भी लोकल React Native ऐप से कनेक्ट होना चाहिए।
[React Native](https://reactnative.dev/) से बानी ऍप्स को इंस्पेक्ट करने के लिए, ऍप [React Native DevTools](https://reactnative.dev/docs/debugging/react-native-devtools) का इस्तेमाल कर सकते हैं, इसके साथ डिबग्गर पूरी तरह से React Developer Tools के साथ इंटेग्रटे हो जाता है। सभी फीचर्स ब्राउज़र एक्सटेनव के जैसे ही होते है नेटिव एलिमेंट हाईलाइट करना और सेलेक्ट करना भी।

> यदि डेवलपर टूल कुछ सेकंड के बाद कनेक्ट नहीं होते हैं, तो ऐप को रीलोड करने का प्रयास करेंं।
[React Native में डिबगिंग के बारे में और जानें।](https://reactnative.dev/docs/debugging)

[React Native डीबग करने के बारे में और जानें।](https://reactnative.dev/docs/debugging)
> React Native के 0.76 से पुराने वर्ज़न्स के लिए, [React DevTools](https://reactnative.dev/docs/debugging/react-native-devtools) का स्टैंडअलोन बिल्ड यूज़ करो। इसके लिए ऊपर दिया गया [Safari और दूसरे ब्रोसेर्स](#safari-and-other-browsers) वाला गाइड फॉलो करो।
Loading