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.
7
+
از ابزار توسعه ریاکت برای بررسی [کامپوننتها](/learn/your-first-component)، ویرایش [prop](/learn/passing-props-to-a-component)و[state](/learn/state-a-components-memory) و همچنین شناسایی مشکلات عملکردی استفاده میشود.
8
8
9
9
</Intro>
10
10
11
11
<YouWillLearn>
12
12
13
-
*How to install React Developer Tools
13
+
*چگونه ابزار توسعه ریاکت را نصب کنید.
14
14
15
15
</YouWillLearn>
16
16
17
-
## Browser extension {/*browser-extension*/}
17
+
## اکستنشن های مرورگر {/*browser-extension*/}
18
18
19
-
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:
19
+
نصب افزونه ابزار توسعه ریاکت سادهترین روش برای اشکالزدایی وبسایتهای ساختهشده با ریاکت است. این افزونه برای چند مرورگر محبوب در دسترس است.
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
+
برای بررسی برنامههایی که با [ریاکت نیتیو](https://reactnative.dev/) ساخته شدهاند، میتوانید از [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) استفاده کنید. این ابزار اشکالزدای داخلی است که بهطور کامل با ابزار توسعه ریاکت ادغام شده است. همه ویژگیها، از جمله برجستهسازی و انتخاب عناصر بومی، بهطور دقیق مشابه نسخه افزونه مرورگر کار میکنند.
58
58
59
-
[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)
59
+
[در مورد اشکال زدایی در ریاکت نیتیو بیشتر بخوانید.](https://reactnative.dev/docs/debugging)
60
60
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
+
> برای نسخههای ریاکت نیتیو قبل از 0.76، لطفاً از نسخه مستقل React DevTools مطابق [راهنمای سافاری و سایر مرورگرها](#safari-and-other-browsers)در بالا استفاده کنید.
0 commit comments