Lifting State Up
Lifting state up is moving shared state to the closest common parent of the components that need it, then passing it down as props. It lets sibling…
Lifting state up is moving shared state to the closest common parent of the components that need it, then passing it down as props. It lets sibling…