David Nguyeneplus.dev·Aug 8, 2024Module quiz: Data and state - React BasicIn 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 ...57 readsModule quiz: Data and state - React Basic