MobX is a library that makes state management simple by making objects reactive. It allows defining observable objects that can be observed through reactions. When observables change, all reactions are re-evaluated automatically. MobX comes with utilities like computed values, actions and reactions that simplify state management in applications. It does not enforce any architecture and can be used with React and other frameworks.
Related topics: