Q. Which method is used to pass data from parent to child in React?
β
Correct Answer: (A)
props
Explanation: Props are used to pass data from parent to child components in React.