react-sharing-state Flashcards
1
Q
What are two ways React components can interact?
A
passing properties from a parent component to children components, and responding to Events from children components.
2
Q
How can multiple React components share state?
A
The parent component passes its state to its children through component props