TANSTACK
@tan_stack
Followers
49K
Following
3K
Media
6
Statuses
345
π Open Source Software for the Webπ¨π½βπ»TypeScript π» Headless βοΈ Start, Router, Query, Table, DB, Form, Virtual, Pacer, Store
Earth
Joined December 2021
We just dropped a new release of TanStack AI! π₯ We are super excited to announce that the new release supports Standard Schema and the newly released Standard JSON Schema. π Bring your own schema library to your tools and structured outputs! π
9
26
330
π₯ NEW: Complete TanStack Start Full Course Build a Full Stack E-commerce app while learning TanStack Start w/ β¨ TanStack Start @tan_stack π§ TanStack Query + TanStack Form π¨ Modern UI @tailwindcss @shadcn βοΈ PostGres DB @supabase πͺ ORM @DrizzleORM π‘οΈ Zod @colinhacks π
10
8
57
These cozy knitted stockings are perfect for keeping your feet warm on chilly winter nights. Whether youβre lounging around the house, watching TV, or wearing slippers or shoes, they add comfort and style to your everyday moments.
0
135
1K
π£ TanStack AI Alpha is here! β¨ Framework agnostic π€ Provider agnostic π§ Type safe π§ Isomorphic tools π Devtools π Open protocol π¦ JS, Python, PHP βοΈ React, Solid, Vanilla π OpenAI, Anthropic, Gemini, Ollama, ++ Official blog post: πβ¬οΈπ§΅
136
281
3K
Why is @tan_stack DB a database? It's both something new, but also very much based on the architecture of any traditional database. All the same parts are there, and data flows through it in the same way. Only difference is it can load data from anywhere...
5
26
193
Just released @tan_stack Form 1.27! Comes with React Compiler fixes (for all edgecases AFAICT), React 17 compat updates, and..... The Svelte Composition API port! π https://t.co/pqFM83FYSl Try it out in your apps and let me know what you think!
tanstack.com
A common criticism of TanStack Form is its verbosity out-of-the-box. While this can be useful for educational purposes helping enforce understanding our APIs it's not ideal in production use cases....
11
12
164
Alright, after trying three different preloading strategies and further optimizations, TanStack Faster can now truly match the speed of NextFaster. Experience the true speed a @tan_stack + @Cloudflare application can achieve.
10
12
141
We've just shipped query driven sync for @tan_stack DB! Huge lift to get here - this is the DX I dreamed of when I started working on sync. Define where data comes from (anywhere!) as collections, and then query over those collections in your components. πͺπ
π 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 π§΅π
14
13
241
This has been an incredibly fun project to work on! And hats off to @samwillis and @KevinDP55 who have done some real wizardry here. Queries can now be compiled into almost any sort of data loading scheme you can imagine w/ tons of built-in optimizations.
π 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 π§΅π
6
6
70
@ElectricSQL @trailbase_io @powersync_ We're targeting 1.0 for December 2025. npm install @tanstack/react-db@0.5.0 Try it and share feedback in Discord or GitHub!
4
0
77
Designed for your existing REST, GraphQL, or tRPC APIs. No backend migration. Bonus: Works with sync engines (@ElectricSQL , @trailbase_io , @powersync_) for real-time updates with near-zero incremental network cost.
2
0
48
First query: ~100ms with targeted network request Meanwhile: Full dataset syncs in background After sync: ALL queries run in <1ms client-side Fast first paint + instant everything else.
2
0
34
Multiple components, same query? ONE network request. Complex joins? Minimal batched requests. Already-loaded rows? Reused automatically. Fewer total requests than custom APIs, with better cache utilization.
1
0
45
Differential dataflow recomputes only what changed. Mark a todo complete? Query results update in <1msβeven with 100k+ rows in memory. No jitter. No loading states. Just instant updates.
1
0
42
0.5 adds 3 sync modes for different use cases: - Eager: Load everything upfront (<10k rows) - On-demand: Load only what queries need (>50k rows, search) - Progressive: Load subset now, sync full dataset in background (collaborative apps)
2
0
62