๐ฅ12. Lifting State Up in React & 13. What is a Hook in React?
What is "Lifting State Up"?
"Lifting state up" means moving the state from a child component to a common parent component so that multiple child components can share and sync the same data. This is a key concept for parent-child communication in Reac...
codeswithpayal.hashnode.dev7 min read