React
v19.2
Search
⌘
Ctrl
K
Learn
Reference
Community
Blog
On this page
Overview
Familiar props
Passing props to a component
Step 1: Pass props to the child component
Step 2: Read props inside the child component
Specifying a default value for a prop
Forwarding props with the JSX spread syntax
Passing JSX as children
How props change over time
Recap
Challenges