File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ title: React 開發者工具
10
10
11
11
<YouWillLearn >
12
12
13
- * 如何安裝 React Developer Tools
13
+ * 如何安裝 React 開發者工具
14
14
15
15
</YouWillLearn >
16
16
17
- ## Browser extension {/* browser-extension* /}
17
+ ## 瀏覽器擴充元件 {/* browser-extension* /}
18
18
19
- 要 debug 用 React 建構的網站最簡單的方式是安裝 React 開發者瀏覽器擴充元件。它可以在一些流行的瀏覽器上使用:
19
+ 要除錯用 React 建構的網站最簡單的方式是安裝 React 開發者瀏覽器擴充元件。它可以在一些流行的瀏覽器上使用:
20
20
21
21
* [ Install for ** Chrome** ] ( https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en )
22
22
* [ Install for ** Firefox** ] ( https://addons.mozilla.org/en-US/firefox/addon/react-devtools/ )
@@ -52,7 +52,7 @@ react-devtools
52
52
53
53
![ React Developer Tools standalone] ( /images/docs/react-devtools-standalone.png )
54
54
55
- ## Mobile ( React Native) {/* mobile-react-native* /}
55
+ ## 行動裝置( React Native) {/* mobile-react-native* /}
56
56
React 開發者工具也可以用來檢測由 [ React Native] ( https://reactnative.dev/ ) 建構的應用程式。
57
57
58
58
使用 React 開發者工具最簡單的方式就是全域安裝它:
@@ -73,4 +73,4 @@ react-devtools
73
73
74
74
> 如果在幾秒鐘內沒有連接上開發者工具,請嘗試重新載入應用程式。
75
75
76
- [ 學習更多關於 React Native 的 debugging 。] ( https://reactnative.dev/docs/debugging )
76
+ [ 學習更多關於除錯 React Native 的方式 。] ( https://reactnative.dev/docs/debugging )
You can’t perform that action at this time.
0 commit comments