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.
Prop drilling occurs when data passes through multiple intermediate components that do not use it -- they only forward it to deeper children.