Thread Reader
Share this page!
×
Post
Share
Email
Enter URL or ID to Unroll
×
Unroll Thread
You can paste full URL like: https://x.com/threadreaderapp/status/1644127596119195649
or just the ID like: 1644127596119195649
How to get URL link on X (Twitter) App
On the Twitter thread, click on
or
icon on the bottom
Click again on
or
Share Via icon
Click on
Copy Link to Tweet
Paste it above and click "Unroll Thread"!
More info at
Twitter Help
TANSTACK
@tan_stack
🌎 Open Source Software for the Web👨🏽💻TypeScript 👻 Headless ⚒️ Start, Router, Query, Table, DB, Form, Virtual, Pacer, Store
Subscribe
Save as PDF
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 🧵👇
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.