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

pmndrs/suspend-react

🚥 Async/await for React components observed · 2026-08-28

github.com/pmndrs/suspend-react · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 1765
  • days_rel: n/a
  • days_push: 1044
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1410 stars · 24 forks observed · 2026-08-28

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

A small React library that integrates async operations into React Suspense, letting components read promise results synchronously while pending and error states are handled by parent Suspense/error boundaries. It includes a cross-component cache keyed by dependencies, with optional time-based invalidation.

Use cases

  • fetch data in react components with suspense
  • cache async results across the component tree
  • preload data before rendering react components
  • handle loading and error states at a parent level
  • await promises inside react render

When to avoid

  • you need a full data-fetching library with mutations and refetching
  • your project doesn't use React Suspense
  • you need server-side data fetching with request deduplication beyond simple caching

Facets

library · maturity maintenance

state-management caching middleware web-development frontend browser react suspense async promise-cache hooks nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
pmndrs/suspend-reactmain23

For agents

markdown · JSON · MCP: product_card(name="pmndrs/suspend-react")

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