Prop Drilling in React and how to avoid it
May 10, 2022 · 3 min read · Introduction : There will be cases where we want to pass some data from one component to another component in React. So, Before diving into prop drilling, lets first see how we can send data from one component to another. We can do it using props. im...
Join discussion

