mobx@6.16.1
// Simple, scalable state management.
$ npm install mobx
downloads/wk
3,404,937
license
MIT
version
6.16.1
published
Jun 8, 2026
What is mobx?
MobX is a state management library that uses reactive programming to automatically track and update application state when it changes. It simplifies managing complex data flows by letting you define observable state and automatically re-rendering components or running functions when that state is modified. Developers use MobX when they want a more automatic approach to state management compared to Redux or other frameworks, particularly in React applications where reactive updates can reduce boilerplate code.
Links
Keywords
Maintainers
fredyc, mweststrate, capaj, jilles, andykog, xaviergonz