TANSTACK Profile picture
🌎 Open Source Software for the Web👨🏽‍💻TypeScript 👻 Headless ⚒️ Start, Router, Query, Table, DB, Form, Virtual, Pacer, Store
Nov 12 10 tweets 2 min read
🚀 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 🧵👇 Image 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—even across massive datasets.