Question 1 out of 3
What is a prop in React?
A data flow from parent to child component
In React, props are a data flow from parent to child component. They are used to pass data from a parent component to a child component.
Added to