Prop Drilling
๐น What is Prop Drilling?
Prop drilling is the process of passing data (props) from a parent component down to deeply nested child components through intermediate components.
Even if some middle compo
pushpesh-js-articles.hashnode.dev3 min read