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
Copy file name to clipboardExpand all lines: src/content/learn/react-developer-tools.md
+22-21Lines changed: 22 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -4,30 +4,31 @@ title: React Developer Tools
4
4
5
5
<Intro>
6
6
7
-
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
+
Используйте React Developer Tools для инспекции [компонентов](/learn/your-first-component) React, редактирования [пропсов](/learn/passing-props-to-a-component)и [состояния](/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
+
*Как установить React Developer Tools
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
+
Самым простым способом отладки сайтов, созданных с использованием React, является установка браузерного расширения React Developer Tools. Оно доступно для нескольких популярных браузеров.
0 commit comments