TanStack/db
The reactive client store for your API. observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 99
- Release rhythm 87
- Longevity 38
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: 540
- days_rel: 8
- days_push: 7
- n_releases_24m: 1479
Adoption not part of the score
3889 stars · 259 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
TanStack DB is a reactive client-side store that turns API data into typed, normalized collections and runs sub-millisecond live relational queries over them. It extends TanStack Query with collections, live queries, and instant optimistic mutations, working with REST APIs, sync engines, or any data source.
Use cases
- avoid endpoint sprawl by loading data into normalized client-side collections
- run live relational queries (joins, filters, aggregations) that update in real time
- apply optimistic writes that update the UI instantly while persistence catches up
- build fast React/Vue/Svelte/Solid dashboards without re-render storms
- add offline support and SQLite-backed persistence to a web app
- replace view-specific API endpoints with query-driven sync
When to avoid
- you need a real server-side database or heavy transactional guarantees
- your project is not on TanStack Query or a compatible data-loading model
- you need a fully stable, non-beta library for production-critical systems
- your data model is tiny and simple enough that a query cache suffices
Facets
library · maturity active
database caching state-management orm http-client frontend web-development databases developer-tools browser cross-platform client-database reactive-queries optimistic-updates normalized-collections tanstack-query differential-dataflow offline-support react vue svelte solid nodejs typescript
10 sources
- readme: https://github.com/TanStack/db · fetched 2026-08-28 · e428a20dffb5
- homepage: https://tanstack.com/db · fetched 2026-08-29 · 229121963b89
- site_page: https://tanstack.com/db/latest/docs/overview · fetched 2026-08-29 · 524faadb5ba7
- site_page: https://tanstack.com/db/latest/docs/guides/live-queries · fetched 2026-08-29 · b232dfbcae93
- site_page: https://tanstack.com/db/latest/docs/reference/index · fetched 2026-08-29 · 1c8d374e488a
- site_page: https://tanstack.com/db/latest/docs/blog · fetched 2026-08-29 · 4a92a980979d
- site_page: https://tanstack.com/db/latest/docs/framework · fetched 2026-08-29 · ed8279cee05c
- site_page: https://tanstack.com/db/latest/docs/contributors · fetched 2026-08-29 · 6a827e64a589
- site_page: https://tanstack.com/db/latest/docs/npm-stats · fetched 2026-08-29 · 01da04794294
- site_page: https://tanstack.com/blog · fetched 2026-08-29 · f45f670c0ce6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| TanStack/db | main | 83 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem