Slides / VideoIntermediate
The Prop Drilling Problem
Prop drilling is passing data through many intermediate components that don't use it, just to reach a deeply nested child.
1 / 6
Prop drilling is passing data through many intermediate components that don't use it, just to reach a deeply nested child.