Skip to content

Commit d627b49

Browse files
committed
till line 51 done
1 parent 4550798 commit d627b49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

beta/src/pages/learn/react-developer-tools.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ react-devtools
4141
<script src="http://localhost:8097"></script>
4242
```
4343

44-
Reload your website in the browser now to view it in developer tools.
44+
अपनी वेबसाइट को डेवलपर टूल में देखने के लिए उसे अभी ब्राउज़र में पुनः लोड करें।
4545

46-
![React Developer Tools standalone](/images/docs/react-devtools-standalone.png)
46+
![रिएक्ट डेवलपर टूल्स स्टैंडअलोन](/images/docs/react-devtools-standalone.png)
4747

48-
## Mobile (React Native) {/*mobile-react-native*/}
49-
React Developer Tools can be used to inspect apps built with [React Native](https://reactnative.dev/) as well.
48+
## मोबाइल (React Native) {/*mobile-react-native*/}
49+
रिएक्ट डेवलपर टूल का उपयोग [React Native](https://reactnative.dev/) के साथ निर्मित ऐप्स का निरीक्षण करने के लिए भी किया जा सकता है।
5050

51-
The easiest way to use React Developer Tools is to install it globally:
51+
रिएक्ट डेवलपर टूल्स का उपयोग करने का सबसे आसान तरीका इसे ग्लोबली इनस्टॉल करना है:
5252
```bash
5353
# Yarn
5454
yarn global add react-devtools

0 commit comments

Comments
 (0)