Skip to content

Commit 55fad11

Browse files
authored
Merge pull request #548 from TarcosS/translate-components-page
react/Components translate
2 parents 8e90b7f + eab497b commit 55fad11

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed
+9-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
---
2-
title: "Built-in React Components"
2+
title: "Yerleşik React Bileşenleri"
33
---
44

55
<Intro>
66

7-
React exposes a few built-in components that you can use in your JSX.
7+
React, JSX'lerinizde kullanabileceğiniz birkaç yerleşik bileşeni sunar.
88

99
</Intro>
1010

1111
---
1212

13-
## Built-in components {/*built-in-components*/}
14-
15-
* [`<Fragment>`](/reference/react/Fragment), alternatively written as `<>...</>`, lets you group multiple JSX nodes together.
16-
* [`<Profiler>`](/reference/react/Profiler) lets you measure rendering performance of a React tree programmatically.
17-
* [`<Suspense>`](/reference/react/Suspense) lets you display a fallback while the child components are loading.
18-
* [`<StrictMode>`](/reference/react/StrictMode) enables extra development-only checks that help you find bugs early.
13+
## Yerleşik react bileşenleri {/*built-in-components*/}
14+
* [`<Fragment>`](/reference/react/Fragment) bileşeni, alternatif olarak `<>...</>` şeklinde yazılır ve birden fazla JSX düğümünü bir araya getirmenize olanak tanır.
15+
* [`<Profiler>`](/reference/react/Profiler) bileşeni, bir React ağacının render performansını programlama yoluyla ölçmenizi sağlar.
16+
* [`<Suspense>`](/reference/react/Suspense) bileşeni, alt bileşenler yüklenirken bir yedek içerik görüntülemenizi sağlar.
17+
* [`<StrictMode>`](/reference/react/StrictMode) bileşeni, hataları erken tespit etmenize yardımcı olan ekstra kontrolleri gerçekleştirir. Yalnızca geliştirme ortamında geçerlidir.
1918

2019
---
2120

22-
## Your own components {/*your-own-components*/}
21+
## Kendi bileşenleriniz {/*your-own-components*/}
2322

24-
You can also [define your own components](/learn/your-first-component) as JavaScript functions.
23+
Ayrıca [kendi bileşenlerinizi](/learn/your-first-component) de Javascript fonksiyonları olarak tanımlayabilirsiniz.

0 commit comments

Comments
 (0)