# reactive/data-client

Async State Management without the Management. REST, GraphQL, SSE, Websockets

Repository: https://github.com/reactive/data-client
Canonical: https://ross.abutalabs.com/products/data-client
Homepage: https://dataclient.io
Language: TypeScript
License: Apache-2.0
License Family: permissive
Topics: react, suspense, typescript, normalized, normalizr, fetch, react-native, reactive-programming, sse-client, state-management, expo, hooks, rest
Last push: 2026-08-26T18:41:09+00:00

## Health v2 (maintenance only)
Score: 89/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 71, longevity 100
- inputs: {"age_days": 2756, "days_push": 7, "days_rel": 112, "gap_med": 0.0, "n_releases_24m": 135}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2034, forks 99 (observed 2026-08-28T04:06:07.877151+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: state-management, http-client, caching, websocket, serialization
- domain: frontend, web-development, apis
- platform: cross-platform
- tags: react, suspense, normalized-cache, rest, graphql, sse, react-native, expo, vue, nextjs, typescript, data-fetching, atomic-mutations, reactive, nodejs, web-server

## Member repositories
- reactive/data-client (main) score 89

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:07.877151+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:59:24.930018+00:00, confidence not recorded.
  - readme: https://github.com/reactive/data-client (fetched 2026-08-28T04:06:07.877151+00:00, sha 499ce9e4d856)
  - homepage: https://dataclient.io (fetched 2026-08-29T10:39:22.727472+00:00, sha e364d039caa7)
  - site_page: https://dataclient.io/docs (fetched 2026-08-29T10:39:22.736689+00:00, sha eb4a51961594)
  - site_page: https://dataclient.io/docs/api/useSuspense (fetched 2026-08-29T10:39:22.738824+00:00, sha 4a9e9fd38aa4)
  - site_page: https://dataclient.io/docs/getting-started/agent-skills (fetched 2026-08-29T10:39:22.740575+00:00, sha b91b05a0d624)
  - site_page: https://dataclient.io/docs/api/Controller (fetched 2026-08-29T10:39:22.742327+00:00, sha ba0bf06956d2)
  - site_page: https://dataclient.io/docs/concepts/atomic-mutations (fetched 2026-08-29T10:39:22.744231+00:00, sha ab356f330932)
  - site_page: https://dataclient.io/docs/concepts/normalization (fetched 2026-08-29T10:39:22.745953+00:00, sha 9bd1547b9550)
  - site_page: https://dataclient.io/docs/getting-started/mutations (fetched 2026-08-29T10:39:22.747812+00:00, sha 9bfd93ba2a88)
  - site_page: https://dataclient.io/docs/api/useLive (fetched 2026-08-29T10:39:22.749390+00:00, sha 46c7fbb06585)
- Data as of 2026-08-30T08:39:29.467469+00:00.
