Q. Which of the following correctly describes React's data flow?
β
Correct Answer: (C)
Unidirectional flow
Explanation: React follows a unidirectional data flow from parent to child via props.