FlashcardIntermediate

Lifting State Up

Move shared state to the closest common parent so multiple children can access it.

Question

What does 'lifting state up' mean in React Native?

Click to reveal answer