When React first appeared on the scene, one of its most compelling features was its “one-way data flow”. This is still outlined in the React docs under the page “Thinking in React” The component at the top of the hierarchy will take your data model as a prop.
Full article