Hiprup
React

What is prop drilling and how do you avoid it?

Prop drilling occurs when data passes through multiple intermediate components that do not use it -- they only forward it to deeper children.

Loading question...
What is prop drilling and how do you avoid it? | Hiprup