A. Moving the state from a child component to its parent component
B. Moving the state from a parent component to its child component
C. Extracting the state into a separate utility function
D. Sharing the state between multiple unrelated components
Correct Answer is :
A. Moving the state from a child component to its parent component