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...
Jul 6, 20222 min read24
