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.