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
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.
0 commit comments