Files
developer-roadmap/roadmaps/react-native/content/props@0gH7vI_Hy7s9hO2TF6hR3.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

416 B

Props

In React, props are short for properties and are used to pass data from a parent component to a child component. They are similar to function arguments, and they help make components reusable and maintainable.

Visit the following resources to learn more: