mobxjs/mobx
Simple, scalable state management. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.5
- age_days: 4190
- days_rel: 14
- days_push: 10
- n_releases_24m: 29
Adoption not part of the score
28207 stars · 1801 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
MobX is a battle-tested state management library for JavaScript and TypeScript applications built on transparent reactive programming with observables. It automatically tracks state dependencies and efficiently updates derived values and UI components when state changes.
Use cases
- manage application state in a react app
- reactive state management with observables
- automatically update ui when data changes
- scalable state management for large frontend apps
- typescript state management library
- derive computed values from application state
When to choose
- you want minimal-boilerplate, transparent reactivity instead of explicit reducers
- your app has complex derived/computed state that must stay in sync
- you use React (or plain JS/TS) and want fine-grained, efficient updates
- you prefer mutable-style state updates over immutable patterns
When to avoid
- your team prefers unidirectional data flow with strict immutability (e.g., Redux conventions)
- you need a tiny single-file state solution for a very small app
- you want a framework-agnostic signal library with a smaller API surface
- implicit magic-style dependency tracking is undesirable in your codebase
Facets
library · maturity stable
state-management frontend-framework frontend web-development browser cross-platform reactive-programming observable-state react typescript javascript nodejs
2 sources
- readme: https://github.com/mobxjs/mobx · fetched 2026-08-28 · b79e1f0d7d22
- homepage: http://mobx.js.org · fetched 2026-08-29 · a4094ba145fb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mobxjs/mobx | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem