19) Lifting state up
Why we needLifting State Up is a core pattern in React used when multiple components need to share the same state.Instead of keeping state in each child, you move (lift) the state to their closest com
careerpath.hashnode.dev2 min read