translating Passing Props to a Component by tmtm8976 · Pull Request #515 · reactjs/ar.react.dev

@tmtm8976

@tmtm8976

@tmtm8976

@AhmedBaset

@github-actions

Size changes

Details

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@AhmedBaset

AhmedBaset

* How to pass some JSX to a component
* How props change over time
* كيفية تمرير الخصائص (props) إلى مكوّنات(Components)
* كيفية قراءة الخصائص (props) من مكوّن (Component)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

لا داعي لتكرار props وcomponents
المرة الأولى تكفي وبعدها نستخدم المصطلح العربي

```

This syntax is called ["destructuring"](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment#Unpacking_fields_from_objects_passed_as_a_function_parameter) and is equivalent to reading properties from a function parameter:
هذه الصيغة تسمى ["تدمير"](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment#Unpacking_fields_from_objects_passed_as_a_function_parameter) وهي ما تعادل قراءة الخصائص من عامل الدالة:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

التسمية التي وضعتها في السطر السابق (تحليل) أفضل من تدمير

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ممتاز جدًا
صححت بعض الأخطاء الطباعية غير المقصودة في التزامات commits من فضلك راجعيها

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have checked your correction, thank you. I'm willing to translate more pages soon

@AhmedBaset