Parent Component

About

A Parent component is a component that encapsulates other components in the react tree.

They can manipulate their children by passing / forwarding a ref.





Discover More
What is a React Ref?

A ref is a state object that holds a value in its current property for the entire lifetime of the component. It's used to hold information that isn’t used for rendering. Unlike with state, updating...



Share this page:
Follow us:
Task Runner