TanStack @tanstack.com 路 Nov 12

馃殌 TanStack DB 0.5 is here with Query-Driven Sync Your component's query IS the API call. No custom endpoints. No GraphQL resolvers. Just write your query and DB figures out exactly what to fetch. Details 馃У馃憞

69 likes 3 replies

?

Replies

TanStack 路 Nov 12

React made components pure functions: UI = f(state) TanStack DB brings the same philosophy to data: view = query(collections) You describe what data you need. DB handles fetching, caching, and updating鈥攅ven across massive datasets.

Rodrigo Dias 路 Nov 14

Query-driven sync could simplify my backend setup.

Rodrigo Dias 路 Nov 13

No custom endpoints beats GraphQL hassle every time.