Module quiz: Data and state - React Basic
Aug 8, 2024 · 2 min read · 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 ...
Join discussion
































