Kevin Van Cott
@kevinvancott.dev
620 followers 290 following 710 posts
Sometimes called Kevin Vandy. Senior Software Engineer. OSS maintainer. Creator of material-react-table. TanStack Table Co-Maintainer. Nebraska
Posts Media Videos Starter Packs
Pinned
kevinvancott.dev
Soft launching a new TanStack library today.

Check out TanStack Pacer! A small utility library for debouncing, throttling, rate limiting, queuing, and task pooling.

It's in alpha, but can't wait to see how this might evolve.

Check it out at: tanstack.com/pacer
Reposted by Kevin Van Cott
tannerlinsley.com
🚀 Announcing TanStack.com Start v1 Release Candidate!

Upgrades ↓

✨ Unified Route Tree: no more server-specific files
🔐 Type-safe middleware & server context upgrades
🛡 CSP/nonce support
⚡ Now works with any native Vite Env plugin
🌀 Zero-JS: any server handler can render!
TanStack | High Quality Open-Source Software for Web Developers
Headless, type-safe, powerful utilities for complex workflows like Data Management, Data Visualization, Charts, Tables, and UI Components.
TanStack.com
Reposted by Kevin Van Cott
ladybluenotes.dev
So, I'm putting it out there: I'm hoping someone might be able to point me toward open opportunities.

My tech experience is primarily in docs and front-end, but I also have a background in healthcare if that sparks any ideas.

I'm genuinely flexible on roles right now, so any leads are appreciated
kevinvancott.dev
React Query won over the ecosystem
tkdodo.eu
Had no idea this was happening 🤯

tanstack.com/stats/npm?pa...
TanStack NPM Stats

Package Name	Total Period Downloads	Downloads last week
@tanstack/react-query 392.3M	13.7M
next 448.0M	12.3M
kevinvancott.dev
nextjs.dev redirects to remix.run ...

I found this out while leading a workshop and trying to load up the nextjs docs. 😂
kevinvancott.dev
Yeah, we could add a section 5 for Expo/React Native. It's not my expertise so I probably would not start working on it myself. I try to make all of these apps as apples to apples as possible for comparison.
kevinvancott.dev
I made the sveltekit example a year ago, so I don't think it is using that.
kevinvancott.dev
My react-data-fetching demos have been updated!

I have now built the same app 22 times for my workshop where I teach different data loading patterns in React Router, TanStack Router, Next.js, and even a bit of Astro and Sveltekit too.

And, of course, how to use TanStack Query with all of them.
kevinvancott.dev
I'm only just starting to lean into having AI agents running large background tasks and refactors for me. It speeds up the tedious stuff so much. There's still only a subset of work that I trust AI with though.

Cursor + Claude Code and its VS Code extension is my setup right now.
kevinvancott.dev
A comparison of the TanStack Pacer utilities
kevinvancott.dev
The average React developer has no idea that the React compiler exists
kevinvancott.dev
How did I miss this!?
kevinvancott.dev
Working on TanStack Pacer as a new library from roughly the ground up over the past couple months has transformed how I'm thinking about building parts of the next TanStack Table version. It has been a very refreshing experience, even if it took a lot of dedicated dev time.
kevinvancott.dev
TanStack DB
TanStack Table
TanStack Query

Is TanStack a database company? What's next?

TanStack Select?
TanStack Join?
TanStack DropTableUsers?
Reposted by Kevin Van Cott
electric-sql.com
🚨 Big news!

We’ve been collaborating with the legendary
@tannerlinsley.com and the TanStack team to build something new:

TanStack DB — a reactive, normalized, transactional state engine that extends TanStack Query.
Reposted by Kevin Van Cott
shrutikapoor08.bsky.social
In just 12 hours, @tannerlinsley joins us to break down TanStack Start — what it is, how it works, and why you should be using it.

Are you joining us?
📺 Watch live on YouTube - www.youtube.com/watch?v=QmG0...
kevinvancott.dev
There ended up being a ton of other work to do over the past couple weeks, so I only have a small start on showing off TanStack Pacer with TanStack Query, but the here are the first examples that focus on rate-limiting your prefetching

tanstack.com/pacer/latest...
Reposted by Kevin Van Cott
danabra.mov
dan @danabra.mov · May 5
imo many react developers would benefit from learning astro and htmx
kevinvancott.dev
Sure, Lachlan has set it up in every other repo, but we should be able to copy the typedoc configs over to query if they're not already there
kevinvancott.dev
What's Svelte up to?
kevinvancott.dev
The TanStack Pacer docs source of truth is all in the JS doc, and then markdown gets generated by typedoc for the website docs. I never want to write API docs another way again. We will always have carefully written guides on the docs site to supplement though.
kevinvancott.dev
I'll be putting together some official docs for how to best integrate TanStack Pacer with TanStack Query for debouncing/throttling/queuing with queries, mutations, and prefetching soon.

How have you debounced or other-wise rate-limited with TanStack Query in the past?
kevinvancott.dev
The next big update to TanStack Pacer includes a Solid Adapter, along with a more consistent API across all of the utilities.

Thanks to @bskyum.bsky.social for help getting it started