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:
24
+
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:
25
25
26
-
*[Hooks](/reference/react-dom/hooks) - Hooks for web applications which run in the browser DOM environment.
27
-
*[Components](/reference/react-dom/components) - React supports all of the browser built-in HTML and SVG components.
28
-
*[APIs](/reference/react-dom) - The `react-dom`package contains methods supported only in web applications.
29
-
*[Client APIs](/reference/react-dom/client) - The `react-dom/client`APIs let you render React components on the client (in the browser).
30
-
*[Server APIs](/reference/react-dom/server) - The `react-dom/server`APIs let you render React components to HTML on the server.
26
+
*[Hooks](/reference/react-dom/hooks) - Tarayıcı DOM ortamında çalışan web uygulamaları için hooks.
27
+
*[Bileşenler](/reference/react-dom/components) - React, tarayıcıda yerleşik HTML ve SVG bileşenlerinin tümünü destekler.
28
+
*[APIs](/reference/react-dom) - `react-dom`paketi yalnızca web uygulamalarında desteklenen yöntemleri içerir.
29
+
*[İstemci APIs](/reference/react-dom/client) - `react-dom/client`API'leri, React bileşenlerini istemcide (tarayıcıda) oluşturmanızı sağlar.
30
+
*[Sunucu APIs](/reference/react-dom/server) - `react-dom/server`API'leri React bileşenlerini sunucuda HTML'ye dönüştürmenizi sağlar.
0 commit comments