reactive/data-client
Async State Management without the Management. REST, GraphQL, SSE, Websockets 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
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
- readme: https://github.com/reactive/data-client · fetched 2026-08-28 · 499ce9e4d856
- homepage: https://dataclient.io · fetched 2026-08-29 · e364d039caa7
- site_page: https://dataclient.io/docs · fetched 2026-08-29 · eb4a51961594
- site_page: https://dataclient.io/docs/api/useSuspense · fetched 2026-08-29 · 4a9e9fd38aa4
- site_page: https://dataclient.io/docs/getting-started/agent-skills · fetched 2026-08-29 · b91b05a0d624
- site_page: https://dataclient.io/docs/api/Controller · fetched 2026-08-29 · ba0bf06956d2
- site_page: https://dataclient.io/docs/concepts/atomic-mutations · fetched 2026-08-29 · ab356f330932
- site_page: https://dataclient.io/docs/concepts/normalization · fetched 2026-08-29 · 9bd1547b9550
- site_page: https://dataclient.io/docs/getting-started/mutations · fetched 2026-08-29 · 9bfd93ba2a88
- site_page: https://dataclient.io/docs/api/useLive · fetched 2026-08-29 · 46c7fbb06585
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reactive/data-client | main | 89 |
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