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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can multiple React components share state?

A

The parent component passes its state to its children through component props

How well did you know this?
1
Not at all
2
3
4
5
Perfectly