Javascript

Cerebral

4 minute read Published:

Introduction to the new hotness in the world of React state management
I want to preface this post with the following disclaimer: I am not a fan of Redux. It became a de-facto standard in state management of React apps and seems to be working great for a lot of people, but I find it to be very verbose and hard to work with. Ok. Now that it’s out of the way, let’s see what else exists in the world today that can help us maintain our application state and keep our sanity.