As React developers, we often hear about the need for a global state manager in our applications, but in some cases, using a global state manager may not be necessary. By pushing a state towards the leaf components and using a local state and props, ...
frontendgenius.com6 min read
Abhay Singh Rathore
Interesting perspective on why React may not require a global state manager, and alternative ways to manage state in applications.