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

reactive/data-client

Async State Management without the Management. REST, GraphQL, SSE, Websockets observed · 2026-08-28

github.com/reactive/data-client · homepage · TypeScript · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 99
  • Release rhythm 71
  • Longevity 100
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: 0.0
  • age_days: 2756
  • days_rel: 112
  • days_push: 7
  • n_releases_24m: 135

Full methodology

Adoption not part of the score

2034 stars · 99 forks observed · 2026-08-28

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

Reactive Data Client is a TypeScript async state management library for React, React Native, Vue, and Next.js that provides declarative, schema-driven access to REST, GraphQL, WebSocket, and SSE data with a normalized cache. It keeps all data usages consistent through atomic mutations, referential equality guarantees, and hooks like useSuspense() and useLive().

Use cases

  • manage async state in react apps without manual reducers
  • fetch and cache rest api data with normalization
  • consume graphql and websocket streams alongside rest endpoints
  • keep lists and nested entities consistent after create update delete mutations
  • server-side render data with nextjs
  • build react native or expo apps with shared data layer
  • render live updating data like stock tickers via sse or polling

When to choose

  • your app has complex relational data from a relational-database-backed api
  • you want normalized caching with automatic consistency across components
  • you need to combine rest, graphql, and streaming protocols in one store
  • you want suspense-based data fetching with minimal boilerplate

When to avoid

  • your app has mostly static content or simple key-value state
  • you need a general-purpose client state store for ui-only state like forms or theme
  • your team is already committed to another data layer like react-query or apollo and migration cost outweighs benefits

Facets

library · maturity active

state-management http-client caching websocket serialization frontend web-development apis cross-platform react suspense normalized-cache rest graphql sse react-native expo vue nextjs typescript data-fetching atomic-mutations reactive nodejs web-server

10 sources

Member repositories

RepositoryRoleHealth v2
reactive/data-clientmain89

For agents

markdown · JSON · MCP: product_card(name="reactive/data-client")

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