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

mobxjs/mobx-utils

Utility functions and common patterns for MobX observed · 2026-08-28

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

Health v2 · maintenance only

45/100

  • Activity 28
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 3678
  • days_rel: n/a
  • days_push: 434
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1219 stars · 128 forks observed · 2026-08-28

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

A TypeScript utility library providing helper functions and common patterns built on top of MobX, such as promise-to-observable conversion, lazy observables, view models, and queue processors. It is published as the npm package mobx-utils and maintained under the MobX organization.

Use cases

  • convert promises into MobX observable values
  • create lazy observables that fetch data on demand
  • build editable view models with createViewModel
  • process queues or chunks of items reactively
  • observe deep changes in MobX trees with deepObserve
  • keep computed values alive with keepAlive
  • track reactive time with the now() utility

When to choose

  • you already use MobX for state management and need common reactive patterns
  • you want promise, stream, or queue helpers that integrate with observables
  • you need utilities like createViewModel or deepObserve in a MobX app

When to avoid

  • you don't use MobX in your project
  • you need a full state management solution rather than utilities
  • you use a different reactive library like RxJS exclusively

Facets

library · maturity stable

state-management developer-tools frontend web-development developer-tools browser cross-platform mobx reactive-programming observables typescript state-management nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
mobxjs/mobx-utilsmain45

For agents

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

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