What are two ways React components can interact?
passing properties from a parent component to children components, and responding to Events from children components.
How can multiple React components share state?
The parent component passes its state to its children through component props