async-library/react-async
🍾 Flexible promise-based React data loader observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- 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: 2943
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
2140 stars · 86 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
React Async is a promise-based React library for declarative data fetching and asynchronous state handling, offering a component, helper components, and useAsync/useFetch hooks. It works with fetch, Axios, GraphQL, or any promise-returning function, with optional DevTools and experimental Suspense support.
Use cases
- handle loading, error, and data states for fetch requests in React
- resolve promises declaratively in React components
- fetch API data with a React hook
- replace Redux-style global data fetching with component-level loading
- debug async UI states in React apps
- server-side rendering with async data
When to choose
- you want declarative, component-level promise resolution without a global store
- you use fetch, Axios, or GraphQL and need consistent async state handling
- you prefer hooks or render props over heavyweight data-fetching frameworks
- you need on-demand, parallel data loading decoupled from routing
When to avoid
- you already use React Query/SWR or a framework with built-in data fetching
- you need global cache, deduplication, or advanced cache invalidation features
- you need ES5 output without configuring your own transpilation
- you want a library under very active development
Facets
library · maturity maintenance
http-client state-management middleware frontend web-development apis browser cross-platform react hooks promise data-fetching render-props suspense async nodejs
7 sources
- readme: https://github.com/async-library/react-async · fetched 2026-08-28 · 7577a9e8cce8
- homepage: https://docs.react-async.com/ · fetched 2026-08-29 · 6ba52b8f790b
- site_page: https://docs.react-async.com/getting-started/installation · fetched 2026-08-29 · 906ab96ba3a6
- site_page: https://docs.react-async.com/getting-started/upgrading · fetched 2026-08-29 · aefd1840e344
- site_page: https://docs.react-async.com/getting-started/usage · fetched 2026-08-29 · f08eb671e753
- site_page: https://docs.react-async.com/getting-started/devtools · fetched 2026-08-29 · 5144c5d4f2c6
- registry_npm: https://registry.npmjs.org/react-async · fetched 2026-08-29 · 012e069be326
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| async-library/react-async | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="async-library/react-async")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem