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/reference/react-dom/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: React DOM APIs
4
4
5
5
<Intro>
6
6
7
-
تحتوي حزمة `react-dom` الوظائف المدعومة لتطبيقات الويب فقط (التي تعمل في بيئة المستعرض DOM). أي أنها غير مدعومة لـ React Native.
7
+
تحتوي حزمة `react-dom`على الوظائف المدعومة لتطبيقات الويب فقط (التي تعمل في بيئة المتصفح DOM). أي أنها غير مدعومة لـ React Native.
8
8
9
9
</Intro>
10
10
@@ -19,12 +19,12 @@ title: React DOM APIs
19
19
20
20
---
21
21
22
-
## نقطة البداية {/*entry-points*/}
22
+
## نقاط البداية {/*entry-points*/}
23
23
24
24
تقدم حزمة `react-dom` نقطتي بداية إضافيتين:
25
25
26
-
* تحتوي [`react-dom/client`](/reference/react-dom/client) على وظائف لتصيير مكونات React على العميل (في المستعرض).
27
-
* تحتوي [`react-dom/server`](/reference/react-dom/server) على وظائف لتصيير مكونات React على الخادم.
26
+
* تحتوي [`react-dom/client`](/reference/react-dom/client) على وظائف لتصيير مكونات React في جانب العميل (في المتصفح).
27
+
* تحتوي [`react-dom/server`](/reference/react-dom/server) على وظائف لتصيير مكونات React في الخادم.
28
28
29
29
---
30
30
@@ -36,7 +36,7 @@ title: React DOM APIs
36
36
37
37
</Deprecated>
38
38
39
-
* تجد [`findDOMNode`](/reference/react-dom/findDOMNode) أقرب عنصر DOM تتوافق مع مثيل مكون `class` component.
40
-
* تقوم [`hydrate`](/reference/react-dom/hydrate) بتركيب شجرة في DOM التي تم إنشاؤها من HTML الخادم. مهجور لصالح [`hydrateRoot`](/reference/react-dom/client/hydrateRoot).
39
+
* تجد [`findDOMNode`](/reference/react-dom/findDOMNode) أقرب عنصر DOM يتوافق مع مثيل مكون `class`.
40
+
* تقوم [`hydrate`](/reference/react-dom/hydrate) بتركيب شجرة في DOM التي تم إنشاؤها من HTML الذي تم تصييره في الخادم. مهجور لصالح [`hydrateRoot`](/reference/react-dom/client/hydrateRoot).
41
41
* تقوم [`render`](/reference/react-dom/render) بتركيب شجرة في DOM. مهجور لصالح [`createRoot`](/reference/react-dom/client/createRoot).
42
42
* تقوم [`unmountComponentAtNode`](/reference/react-dom/unmountComponentAtNode) بإلغاء تركيب شجرة من DOM. مهجور لصالح [`root.unmount()`.](/reference/react-dom/client/createRoot#root-unmount)
0 commit comments