The original PR might have been vibe coded, cause I had to do a few iterations to first get our tests to pass, and then get the examples to render and work. So some real help from Svelte people would be awesome.
The original PR might have been vibe coded, cause I had to do a few iterations to first get our tests to pass, and then get the examples to render and work. So some real help from Svelte people would be awesome.
Anyone from the svelte community want to help with this TanStack Hotkeys PR? github.com/TanStack/hot...
Ideally, someone who really knows svelte 5 runes can give this a once over and make sure we're doing it the right way. I don't think we are offering the simplest working solution yet.
π my recent contracts have ended (and my bufferβs running a bit thin) so Iβm looking for whatβs next
spent the last year focused on OSS work, which Iβve loved, and now open to new opportunities!
if youβre looking for a dev, pls to reach out!
I've shared more about how I work below π«‘
Introducing TanStack Hotkeys!
Setting up keyboard shortcuts is supposed to be easy and only take a few lines of code, right? Well, there are enough small "gotchas" that can eventually add up to an annoying amount of complexity.
TanStack Hotkeys aims to simplify the edge cases and bring type-safety
π΄π₯π
Hey for sure! Eventually
I've added an important intro guide to the TanStack Pacer Docs. Hopefully this will clear up a lot of questions from first time users.
Which utility should you choose? Should you use the Sync or Async version? Which hook variation is best?
Hey look at that! TanStack Pacer is in beta now!
Pretty much all of the ideas I had for Pacer originally are in the library now. Now I think it's time for refinement, more framework adapters, and specialized docs.
If you use Pacer, we want to hear your feedback.
yes
π 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!
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
React Query won over the ecosystem
nextjs.dev redirects to remix.run ...
I found this out while leading a workshop and trying to load up the nextjs docs. π
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.
I made the sveltekit example a year ago, so I don't think it is using that.
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.
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.
A comparison of the TanStack Pacer utilities
The average React developer has no idea that the React compiler exists
How did I miss this!?
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.
TanStack DB
TanStack Table
TanStack Query
Is TanStack a database company? What's next?
TanStack Select?
TanStack Join?
TanStack DropTableUsers?
π¨ 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.
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...
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...
imo many react developers would benefit from learning astro and htmx
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
What's Svelte up to?
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.