data-flowReactData FlowEasyIn React's one-way data flow, data moves:1From parent components down to children via props2From children up to parents via props3In both directions automatically4Only through global variablesBack to list