What is Prop Drilling ?🤔✨
Hey, React js Developers 😇!! In this article we'll cover the prop drilling topic.
🎯What is Prop Drilling ?
👉 If we want to pass data from parent component to it's nth child components in such scenario we have to pass data all the child components ...
richak.hashnode.dev3 min read
Hrushi M
Developer and maintainer of superflows.dev
Prop drilling can also be avoided by using good statement tools such as redux.