View on GitHub

401-reading-notes

CLASS 29

Routing

REVIEW, RESEARCH AND DISCUSS

Do child components have direct access to props/state from the parent?

When a component “wraps” another component, how does the child component’s output get rendered?

Can a component, such as <Content />, which is a child also be used as a standalone component elsewhere in the application?

What trick can a parent use to share all props with it’s children

TERMS: