Props Drilling
Term side of the Card
Topic: Basics
Unit title: Props Drilling
Categories: Concept
Explanation side of the Card
Explanation: The process of passing data from a parent component to a deeply nested child component through multiple layers of components. This can make managing data and updates more complex as the component hierarchy grows.