Skip to content

Commit d0f1957

Browse files
committed
react index.md
1 parent c8e9256 commit d0f1957

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

src/content/reference/react/index.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,15 @@ Programatik React özellikleri:
2121

2222
## React DOM {/*react-dom*/}
2323

24-
<<<<<<< HEAD
25-
React-dom, yalnızca web uygulamaları (tarayıcı DOM ortamında çalışan) için desteklenen özellikler içerir. Bu bölüm aşağıdakilere ayrılmıştır:
26-
27-
* [Hooks](/reference/react-dom/hooks) - Tarayıcı DOM ortamında çalışan web uygulamaları için hooks.
28-
* [Bileşenler](/reference/react-dom/components) - React, tarayıcıda yerleşik HTML ve SVG bileşenlerinin tümünü destekler.
29-
* [APIs](/reference/react-dom) - `react-dom` paketi yalnızca web uygulamalarında desteklenen yöntemleri içerir.
30-
* [İstemci APIs](/reference/react-dom/client) - `react-dom/client` API'leri, React bileşenlerini istemcide (tarayıcıda) oluşturmanızı sağlar.
31-
* [Sunucu APIs](/reference/react-dom/server) - `react-dom/server` API'leri React bileşenlerini sunucuda HTML'ye dönüştürmenizi sağlar.
32-
=======
33-
React DOM contains features that are only supported for web applications (which run in the browser DOM environment). This section is broken into the following:
34-
35-
* [Hooks](/reference/react-dom/hooks) - Hooks for web applications which run in the browser DOM environment.
36-
* [Components](/reference/react-dom/components) - React supports all of the browser built-in HTML and SVG components.
37-
* [APIs](/reference/react-dom) - The `react-dom` package contains methods supported only in web applications.
38-
* [Client APIs](/reference/react-dom/client) - The `react-dom/client` APIs let you render React components on the client (in the browser).
39-
* [Server APIs](/reference/react-dom/server) - The `react-dom/server` APIs let you render React components to HTML on the server.
40-
* [Static APIs](/reference/react-dom/static) - The `react-dom/static` APIs let you generate static HTML for React components.
41-
>>>>>>> d271a7ac11d2bf0d6e95ebdfacaf1038421f9be0
24+
React DOM, yalnızca web uygulamaları (tarayıcı DOM ortamında çalışan) için desteklenen özellikleri içerir.
25+
Bu bölüm aşağıdaki başlıklara ayrılmıştır:
26+
27+
* [Hooks](/reference/react-dom/hooks) - Tarayıcı DOM ortamında çalışan web uygulamaları için kullanılan Hook’lar.
28+
* [Components](/reference/react-dom/components) - React, tarayıcıya özgü yerleşik tüm HTML ve SVG bileşenlerini destekler.
29+
* [APIs](/reference/react-dom) - `react-dom` paketi, yalnızca web uygulamalarında desteklenen metodları içerir.
30+
* [Client APIs](/reference/react-dom/client) - `react-dom/client` API’leri, React bileşenlerini istemci tarafında (tarayıcıda) render etmeni sağlar.
31+
* [Server APIs](/reference/react-dom/server) - `react-dom/server` API’leri, React bileşenlerini sunucu tarafında HTML’e dönüştürmene olanak tanır.
32+
* [Static APIs](/reference/react-dom/static) - `react-dom/static` API’leri, React bileşenlerinden statik HTML üretmeni sağlar.
4233

4334
## React Compiler {/*react-compiler*/}
4435

0 commit comments

Comments
 (0)