Q. What does 'lifting state up' mean in React?
β
Correct Answer: (B)
Moving state to a common parent component
Explanation: Lifting state up involves moving shared state to the closest common ancestor component.