Prop Drilling — Simple Explanation
Prop drilling is when we pass data from a parent component to a deeply nested child component through multiple intermediate components, even though those intermediate components do not use the data themselves
// React Example with Prop Drilling
impo...
manpreet404.hashnode.dev1 min read