Module quiz: Data and state - React Basic
In React, data flows in one way: from a parent component to a child component.
True
False
Why is one-way data flow important in React?
It ensures that the data is flowing from top to bottom in the component hierarchy.
It ensures that the data ...