mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-19 09:32:03 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
416 B
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: