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
+
Sử dụng Công cụ Phát triển React để kiểm tra các [thành phần](/learn/your-first-component), chỉnh sửa [props](/learn/passing-props-to-a-component)và[state](/learn/state-a-components-memory), và xác định các vấn đề hiệu suất.
8
8
9
9
</Intro>
10
10
11
11
<YouWillLearn>
12
12
13
-
*How to install React Developer Tools
13
+
*Cách cài đặt công cụ phát triển React
14
14
15
15
</YouWillLearn>
16
16
17
-
## Browser extension {/*browser-extension*/}
17
+
## Tiện ích mở rộng trên trình duyệt {/*tiện-ích-mở-rộng-trên-trình-duyệt*/}
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
+
Cách dễ nhất để sửa lỗi các trang web được xây dựng bằng React là cài đặt tiện ích mở rộng trình duyệt React Developer Tools. Nó có sẵn cho một số trình duyệt phổ biến:
0 commit comments