View on GitHub

401-reading-notes

CLASS 28

Component Composition

REVIEW, RESEARCH AND DISCUSS

Can a parent component access the state of a child component?

What can be passed along in a prop variable?

How can a child component know the state of another component?

TERMS:

component props

component state

application state