Skip to content

Commit a66be9b

Browse files
committed
deleted the translated text
1 parent a2e2b83 commit a66be9b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/content/learn/thinking-in-react.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,12 @@ td {
233233
3. حالة مربع الاختيار تبدو كحالة بما أنها تتغير مع مرور الوقت ولا يمكن اشتقاقها من أي شيء آخر.
234234
4. قائمة المنتجات بعد التصفية **ليست حالة إذ يمكن اشتقاقها** عبر تصفية قائمة المنتجات الأصلية وفقا لكلمات البحث وحالة مربع الاختيار.
235235

236-
This means only the search text and the value of the checkbox are state! Nicely done!
237236
هذا يعني أن كلمات البحث وحالة مربع الاختيار فقط هما ما يعتبران حالات محتملة للتطبيق! أحسنت عملا!
238237

239238
<DeepDive>
240239

241240
#### الخصائص والحالات {/*props-vs-state*/}
242241

243-
There are two types of "model" data in React: props and state. The two are very different:
244242
يعتبر كل منهما من أحد أنواع البيانات "النموذجية" في React: الخصائص والحالة. يختلف كلاهما عن الآخر بفارق كبير:
245243

246244
* [**الخصائص (Props)** تشبه المعطيات](/learn/passing-props-to-a-component) التي تقوم بتمريرها لإحدى الدوال. تتيح لمكون أعلى أن تمرر بيانات لمكون تابع له وتنسيق مظهره أيضا. فمثلا، مكون `Form` يمكن أن يمرر خاصية `color` إلى `Button` لتغيير لونه.

0 commit comments

Comments
 (0)