pmndrs/suspend-react
🚥 Async/await for React components 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
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
- readme: https://github.com/pmndrs/suspend-react · fetched 2026-08-28 · 53ebe7dcaf5e
- registry_npm: https://registry.npmjs.org/suspend-react · fetched 2026-08-29 · 3d03f3f62c33
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pmndrs/suspend-react | main | 23 |
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