#TanStack
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.
November 12, 2025 at 10:08 PM
🚀 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 🧵👇
November 12, 2025 at 10:08 PM
This Week In React 258:
⚛️
- TanStack
- Next.js
- ImGui
- next-intl
- React-Email
- Ink
- React Router
📱
- Valdi
- IntersectionObserver
- Nitro libs
- Radon
- Lynx
- WebGPU
- Audio API

🍿 Read/subscribe: thisweekinreact.com/newsletter/258

Enjoy 👋
November 12, 2025 at 7:26 PM
Async state made simple 💡TanStack Query brings caching + signals + DI to Angular & beyond.
Arnoud de Vries @arnoud.dev joins The Angular Plus Show to share how data becomes a first-class dependency.

🎧👇
🟢 bit.ly/3XvVJr7
🍎https://bit.ly/4ozoBKZ
November 12, 2025 at 4:23 PM
A little misleading imho, that you wrote "v1 is here" (sounds like the final version), because according to the website (November, 12th) TanStack Start is still "only" RC.
November 12, 2025 at 5:53 AM
Did you know you can use Tanstack Start with
@solidjs.com ? I built a live hockey draft app for the Tanstack Start Hackathon. Uses @convex.dev, @tanstack.com , and @netlify.com

The turn by turn live draft updates were so simple using Convex. Give it a try!

live-olympic-hockey-draft.netlify.app
November 12, 2025 at 12:20 AM
@rauchg https://x.com/rauchg/status/1987934826482331907 #x-rauchg

Quote: https://x.com/vercel_dev/status/1987931072655773736

Vercel loves TanStack.

We provided initial funding for its development. Huge respect for @tannerlinsley’s work, who is behind so many grea...
November 10, 2025 at 5:45 PM
tanstack tables often confuse me, shadcdn confuses me more, the combination of the two somehow makes sense though? ui.shadcn.com/docs/compone...
Data Table
Powerful table and datagrids built using TanStack Table.
ui.shadcn.com
November 10, 2025 at 5:16 PM
Okay, I noticed that I cannot repro these slow setTimeouts outside of React / TanStack Query.

So I tried to profile this, and apparently setTimeout calls are much (10×) slower if you do them deep within a call stack (eg React’s recursivelyTraversePassiveMountEffects)? bsky.app/profile/did:...
Okay, so this is pretty wild: apparently, in Chromium, the deeper you are in the call stack, the slower your `setTimeout()` calls become?

gist.github.com/iamakulov/85...
November 10, 2025 at 5:06 PM
we use tanstack start at work and its so fucking good.
November 10, 2025 at 4:54 PM
TanStack Start v1 is here!

The new release brings production-ready capabilities, including:
⇨ Server-Side Rendering (SSR)
⇨ Streaming Hydration
⇨ Server Functions
⇨ Type-Safe APIs

👉 Learn more: bit.ly/3XjePAG

#InfoQ #WebDevelopment #React #TypeScript
November 10, 2025 at 10:52 AM
good catch, luna buddy. I was evaluating TanStack not that long ago.
November 10, 2025 at 10:28 AM
Mais cette plateforme offre autre chose que simplement une application.

C'est aussi mon endroit où j'expérimente des mises à jour.

Récemment Tanstack Form.
Update de Stripe
Next 16
Etc...

La deuxième application que j'ai faite, c'est Lumail.

Un outil pour envoyer des emails.
November 10, 2025 at 6:15 AM
I would be very interested in seeing details on this!

related: TanStack Query researched changing their cleanup timer approach to do timestamp comparisons instead of timer-per-entry:

github.com/TanStack/que...

got closed, but interesting. might be something we could adopt somehow.
Improve subscription performance by 10-20 times by MrFlashAccount · Pull Request #9827 · TanStack/query
🎯 Changes This PR introduces a centralized GCManager that consolidates individual timeouts across queries and mutations into a single dynamically-scheduled timeout, resulting in 10-20x performance ...
github.com
November 10, 2025 at 3:43 AM
Best form experience with TanStack Forms.

Stack of unmatched DX.

Used:

- TanStack Form
- Zod validation
- Shadcn UI
- TanStack Start
November 10, 2025 at 2:45 AM
im setting a width/height boundary but it's looking very very wrong. I think we're gonna go watch a movie so this is a tomorrow problem.
November 10, 2025 at 2:13 AM
Preface all the above with a few major issues:
1. I am not a frontend engineer
2. I am not a designer
3. I have never used tanstack start or tanstack router
4. I am not a designer or frontend engineer
With all that said... let's see how it goes.
November 9, 2025 at 7:37 PM
I wanted to try out remix 3 but it's not ready yet so instead I'm going to use tanstack start for this... let's begin. For the UI my partner wanted something "2000s era" feeling, and I think I'm going to take that to mean maximalist. I also want to try out anime.js and go a bit too crazy with this.
November 9, 2025 at 7:37 PM
e.g. I’ve done React and OpenGL; having Claude do the nuts and bolts of Tanstack Start or PixiJS isn’t a stretch. And I’ve done enough assembly and heapless programming that I am confident I could tell Claude to make a Genesis game and it’d be able to make the code work.

But if I was guessing? Ehhh
November 9, 2025 at 4:22 PM
I'd recommend looking into @tanstack.com, particularly TanStack Query.

It simplifies complex state management and data fetching patterns. Another great benefit is that many parts are composable, makes it easy to adapt to your specific needs.

I wouldn't build a project w/o it
November 9, 2025 at 2:44 PM
I'm preparing my Star Wars themed talk on TanStack DB for next week's React(Native) Kiel meetup. If you're around in Kiel on Monday evening, feel free to join us for some nerdy fun! ⚛️
www.meetup.com/kiel-react-n...
November 8, 2025 at 11:35 AM
📀 New (34th) Issue of Metaframeworks Records 📀

Zero is something we need to gravitate towards to avoid being burnt out. And different people and tools approach that differently. Let's look at these efforts and see for ourselves. Expect to hear from #tanstack, #remix, #sveltekit, #analog, and more.
Issue #34: Zero - Metaframeworks Records
This week we talk about finding balance, calmness, and (sometimes) boldness.
metaframe.works
November 7, 2025 at 5:44 PM
fuck it i give up i won't do ssr

at least until tanstack start matures enough to not have random obscure bugs, bc it feels like i spend like 30% of time building debugging ssr issues lol
November 7, 2025 at 4:33 PM