File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,12 +233,12 @@ JSX هي لغة قوالب بسيطة جدًا لأنها تسمح لك بتنظ
233233
234234<Recap>
235235
236- Now you know almost everything about JSX:
236+ الآن تعرف تقريبًا كل شيء عن JSX:
237237
238- * JSX attributes inside quotes are passed as strings.
239- * Curly braces let you bring JavaScript logic and variables into your markup .
240- * They work inside the JSX tag content or immediately after ` = ` in attributes .
241- * ` {{` and ` }}` is not special syntax: it's a JavaScript object tucked inside JSX curly braces .
238+ * يتم تمرير خصائص JSX في شكل strings داخل أقواس تنصيص
239+ * تسمح لك الأقواس المعقوفة بإضافة منطق ومتغيرات JavaScript داخل الترميز الخاص بك .
240+ * تعمل الأقواس المعقوفة داخل محتوى وسم JSX أو مباشرة بعد ` = ` في الخصائص .
241+ * ` {{` و ` }}` ليست بصيغة خاصة: إنما هي كائن JavaScript موجود داخل أقواس JSX المعقوفة .
242242
243243</Recap>
244244
You can’t perform that action at this time.
0 commit comments