React All-Day: Guided Tour of React State Management

React All-Day: Guided Tour of React State Management

Dave Ceddia (@dceddia), author of React State Management Libraries and How to Choose brought some practical advice. He compared and contrasted a few of the most popular choices to help you decide what to use in your own apps.

The React ecosystem is full of libraries (and opinions!) about how best to manage state in your apps. From plain React state, to Context, to Redux, to MobX, to specialized libraries like XState and react-query... there is no shortage of options.