Skip to content

Commit 922b4b9

Browse files
author
Abdullah Elsayed
committed
translate intro
1 parent 1b9b3c0 commit 922b4b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/learn/describing-the-ui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Describing the UI
2+
title: وصف واجهات المستخدم (UI)
33
---
44

55
<Intro>
66

7-
React is a JavaScript library for rendering user interfaces (UI). UI is built from small units like buttons, text, and images. React lets you combine them into reusable, nestable *components.* From web sites to phone apps, everything on the screen can be broken down into components. In this chapter, you'll learn to create, customize, and conditionally display React components.
7+
رياكت (React) هو مكتبة جافا سكريبت لعرض واجهات المستخدم (UI). يتم بناء واجهات المستخدم (UI) من وحدات صغيرة مثل الأزرار والنصوص والصور. تسمح لك رياكت بأن تجمع هذه العناصر فى مكونات (components) يمكن اعادة استخدامها او تضمينها داخل بعضها البعض. من مواقع الويب الى تطبيقات الهاتف الجوال يمكن تقسم كل شئ الى مكونات (components). فى هذا الفصل، سوف تتعلم كيفية إنشاء وتعديل وعرض مكونات (components) رياكت بشكل شرطى.
88

99
</Intro>
1010

0 commit comments

Comments
 (0)