Avoiding Prop Drilling with usecontext
Prop drilling in React refers to the process of passing data from a parent component to deeply nested child components via props, even if intermediate components do not need the data. This can make the code harder to maintain and scale.
So, instead o...
wishba.hashnode.dev1 min read