How to not use React context or Redux for state management every time.
So often we come across managing state which is arguably the hardest part of any application. It's why there are so many state management libraries available and even some built on top of others.
Let take an example of creating a component componentA...
anupgurung.hashnode.dev2 min read
Maitra Khatri
Creator at Brain and Heart
Very simply explained. Simplicity >>>>>>> for any technical blog. Also one doubt: is this same as "Prop Drilling" ? or is it different ?