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
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
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 [bileşenlerini](/learn/your-first-component) incelemek, [prop'ları](/learn/passing-props-to-a-component)ve[state](/learn/state-a-components-memory) özelliklerini düzenlemek, performans sorunlarını belirlemek için React Developer Tools'u kullanın.
8
8
9
9
</Intro>
10
10
11
11
<YouWillLearn>
12
12
13
-
*How to install React Developer Tools
13
+
* React Developer Tools nasıl kurulur?
14
14
15
15
</YouWillLearn>
16
16
17
-
## Browser extension {/*browser-extension*/}
17
+
## Tarayıcı eklentisi {/*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 ile oluşturulmuş web sitelerinin hata ayıklaması için en kolay yol, React Developer Tools tarayıcı uzantısını yüklemektir. Uzantının kullanılabilir olduğu popüler tarayıcılar:
20
20
21
-
*[Install for **Chrome**](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
22
-
*[Install for **Firefox**](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/)
23
-
*[Install for **Edge**](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil)
21
+
*[**Chrome** için yükle](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
22
+
*[**Firefox** için yükle](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/)
23
+
*[**Edge** için yükle](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil)
24
24
25
-
Now, if you visit a website **built with React,**you will see the _Components_and_Profiler_panels.
25
+
Artık **React ile oluşturulmuş**bir web sitesini ziyaret ettiğinizde, _Components_ve_Profiler_panellerini göreceksiniz.
0 commit comments