Ross ROSS = Recommend OSS · open-source software intelligence for agents

mobxjs/mobx-react

React bindings for MobX observed · 2026-08-28

github.com/mobxjs/mobx-react · homepage · TypeScript · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4023
  • days_rel: n/a
  • days_push: 2072
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4818 stars · 341 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

mobx-react provides React bindings for the MobX state management library, exporting the `observer` higher-order component/decorator and utilities like Provider/inject and disposeOnUnmount. It supports both function and class-based React components (and React Native), complementing the lighter mobx-react-lite package.

Use cases

  • make react components re-render when mobx observables change
  • connect mobx stores to react class components
  • use observer decorator with react and react native
  • pass stores to components with provider and inject
  • automatically dispose reactions when class components unmount
  • fine-grained reactive rendering without manual memoization

When to choose

  • you use MobX for state management in a React or React Native app
  • you need class component support or Provider/inject that mobx-react-lite lacks
  • you want automatic, minimal re-renders driven by observable state

When to avoid

  • you only use function components and hooks - prefer mobx-react-lite
  • you use Redux, Zustand, or another state library
  • your project does not use React

Facets

library · maturity active

state-management frontend-framework ui-components frontend web-development cross-platform mobx react-bindings observer-pattern react-native reactive-state reactive-programming nodejs web-server

5 sources

Member repositories

RepositoryRoleHealth v2
mobxjs/mobx-reactmain10

For agents

markdown · JSON · MCP: product_card(name="mobxjs/mobx-react")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem