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

async-library/react-async

🍾 Flexible promise-based React data loader observed · 2026-08-28

github.com/async-library/react-async · homepage · JavaScript · ISC (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
async-library/react-asyncmain67

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