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
Use React Developer Tools to inspect React [components](/learn/your-first-component), edit [props](/learn/passing-props-to-a-component) and [state](/learn/state-a-components-memory), and identify performance problems.
8
-
7
+
React [कौम्पोनॅन्ट](/learn/your-first-component), का निरीक्षण करने के लिए React डेवलपर टूल्स का उपयोग करेंं, [props](/learn/passing-props-to-a-component) और [state](/learn/state-a-components-memory) एडिट करेंं, और परफॉरमेंस समस्याओं की पहचान करेंं।
9
8
</Intro>
10
9
11
-
## Browser extension {/*browser-extension*/}
10
+
## ब्राउज़र एक्सटेंशन {/*browser-extension*/}
12
11
13
-
The easiest way to debug websites built with React is to install the React Developer Tools browser extension. It is available for several popular browsers:
12
+
React के साथ बनी वेबसाइटों को डिबग करने का सबसे आसान तरीका React Developer Tools ब्राउज़र एक्सटेंशन को इनस्टॉल करना है। यह कई लोकप्रिय ब्राउज़रों के लिए उपलब्ध है:
14
13
15
-
*[Install for **Chrome**](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
16
-
*[Install for **Firefox**](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/)
17
-
*[Install for **Edge**](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil)
14
+
*[**Chrome** के लिए इनस्टॉल करेंं](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
15
+
*[**Firefox** के लिए इनस्टॉल करेंं](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/)
16
+
*[**Edge** के लिए इनस्टॉल करेंं](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil)
18
17
19
-
Now, if you visit a website **built with React**, you will see the _Components_and_Profiler_panels.
18
+
अब, यदि आप **React से बनी** वेबसाइट पर जाते हैं, तो आपको _Components_और_Profiler_पैनल दिखाई देंगे।
0 commit comments