Skip to content

Commit 49b0a70

Browse files
authored
Merge pull request #509 from A7med3bdulBaset/reference/react/components
Translating Reference: React/Components
2 parents 0020aa8 + c101994 commit 49b0a70

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: "Built-in React Components"
2+
title: "المكونات المدمجة في React"
33
---
44

55
<Intro>
66

7-
React exposes a few built-in components that you can use in your JSX.
7+
تقدم React بعض المكونات المدمجة التي يمكنك استخدامها في JSX الخاص بك.
88

99
</Intro>
1010

1111
---
1212

13-
## Built-in components {/*built-in-components*/}
13+
## المكونات المدمجة {/*built-in-components*/}
1414

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.
15+
* [`<Fragment>`](/reference/react/Fragment)، والتي يمكن كتابتها بديلاً عن `<>...</>`، تتيح لك تجميع عدة عناصر JSX معًا.
16+
* [`<Profiler>`](/reference/react/Profiler) تتيح لك قياس أداء تقديم شجرة React برمجيًا.
17+
* [`<Suspense>`](/reference/react/Suspense) تتيح لك عرض `fallback` أثناء تحميل العناصر الأبناء.
18+
* [`<StrictMode>`](/reference/react/StrictMode) تمكين فحوصات إضافية للتطوير فقط تساعدك في العثور على الأخطاء في وقت مبكر.
1919

2020
---
2121

22-
## Your own components {/*your-own-components*/}
22+
## مكوناتك الخاصة {/*your-own-components*/}
2323

24-
You can also [define your own components](/learn/your-first-component) as JavaScript functions.
24+
يمكنك أيضًا [تعريف مكوناتك الخاصة](/learn/your-first-component) كدوال JavaScript.

src/sidebarReference.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
]
7474
},
7575
{
76-
"title": "Components",
76+
"title": "المكونات",
7777
"path": "/reference/react/components",
7878
"routes": [
7979
{
@@ -139,7 +139,7 @@
139139
"sectionHeader": "react-dom@18.2.0"
140140
},
141141
{
142-
"title": "Components",
142+
"title": "المكونات",
143143
"path": "/reference/react-dom/components",
144144
"routes": [
145145
{

0 commit comments

Comments
 (0)