React Practice Test
React State Management
What is lifting state up in React?
Select your answer
A
Moving state to a CDN
B
Moving shared state to the closest common ancestor component so multiple children can access it
C
Increasing state values
D
A performance optimization
Hint