React + MobX
MobX is a battle tested library that makes state management simple and scalable by transparently applying functional reactive programming. It involves far less boilerplate than Redux, and offers an alternate (better?) implementation to application state. Let's explore the basic differences between Redux and MobX, then dive into some real-world examples of how to use MobX in your React application.