๐ TanStack DB now has @solidjs.com support!
25.07.2025 21:53 โ ๐ 46 ๐ 9 ๐ฌ 3 ๐ 2@tanstack.com.bsky.social
๐ค Open Source Software ๐จ๐ฝโ๐ป TypeScript โ๏ธ Query, Table, Router, Virtual, Select, Form, Ranger, Start
๐ TanStack DB now has @solidjs.com support!
25.07.2025 21:53 โ ๐ 46 ๐ 9 ๐ฌ 3 ๐ 2<script lang="ts"> import { useLiveQuery } from "@tanstack/svelte-db" import { eq } from "@tanstack/db" import { todoCollection } from "$lib/collections" const todosQuery = useLiveQuery((query) => query .from({ todos: todoCollection }) .where(({ todos }) => eq(todos.completed, false)) ) </script> <List items={todosQuery.data} />
TanStack DB now has @svelte.dev support!
23.07.2025 19:27 โ ๐ 58 ๐ 10 ๐ฌ 1 ๐ 1Me and Arnoud
... and new ones, like @arnoud.dev, who maintains the @tanstack.com angular adapter ๐
15.06.2025 11:57 โ ๐ 12 ๐ 1 ๐ฌ 1 ๐ 0@tanstack.com stack Form just won "Most Exciting Use of Technology" at @jsnation.gitnation.org ๐ญโค๏ธ
www.youtube.com/live/mQ9jSzh...
So proud of our team and so deeply appreciative of anyone who's supported along the way.
Thank you!
Still canโt believe I got to talk at Svelte Summit this year! Thank you to @sveltesociety.dev and everyone who made that conf an amazing and welcoming experience!
Watch my presentation all about @svelte.dev and @tanstack.com ๐
Here's my @localfirstconf.com talk introducing @tanstack.com DB, hexdocs.pm/phoenix_sync, syncconf.dev and arguing that Sync is the key to mainstream adoption of #local-first.
youtu.be/ia9FpY_Sw_4?...
@tanstack.com Router is awesome. Just tried it out with small app experiment.
- First class search params handling (no need nuqs etc)
- end to end type safety (routes, loaders, search params, etc)
- Data fetching: has built in loader and first class support with react-query (obviously)
Way ahead of you
01.06.2025 16:56 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0The stack I just used
- @tanstack.com router in static mode
- @content-collections gives you a great api to local content + lunr.js to search
- MDX + import.meta.glob = ๐. Every other way to do mdx is a black hole.
- @shiki.style for all syntax renders
Everyday I feel so incredibly blessed to be surrounded by some of the absolute best and brightest in our industry.
Not only are the folks at @tanstack.com, Redux, and beyond amazing engineers, but they're wonderful people that remain immensely supportive of me and my work ๐ฅฐ
๐ฅ
25.05.2025 17:17 โ ๐ 12 ๐ 0 ๐ฌ 0 ๐ 0๐
23.05.2025 22:18 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0@tannerlinsley.com just launched a bunch of new @tanstack.com shirts/sweatshirts/hoodies/etc.
All merch is zero-profit at cost of @cottonbureau.com and very high quality. Enjoy!
Go grab it here: tanstack.com/merch
My cute little @tanstack.com app builder CLI, create-tsrouter-app, has grown into a monorepo that creates both the original and now create-start-app, and has all kinds of optional add-ons, supports Solid as well as React... It's growing up on me. ๐ฅฒ
29.03.2025 23:19 โ ๐ 46 ๐ 3 ๐ฌ 1 ๐ 0Watching the new work in flight on @tanstack.com Start is so inspiring. What's coming next will blow your mind.
Oh, and the stuff we're cooking on create-tsrouter-app aint too shabby either!
Big @tanstack.com news on Monday.
02.03.2025 05:13 โ ๐ 155 ๐ 4 ๐ฌ 8 ๐ 3During SSR in Start, all components by default are rendered on the server, just like any other SSR framework. To opt out of this, you can use route.ssr: false or the ClientOnly component.
23.02.2025 18:19 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Looks like itโs there just for fun!
18.01.2025 01:51 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Figured out some bugs today. I now have scroll restoration working in TanStack.com's Router and Start for
history restore & scrollToTop
* window & element
* SPA & SSR
* hydration mismatch recovery
* post-render dynamic content
That's a lot of permutations lol
For React developers around Metro Manila, Philippines, you don't want to miss this first meet-up of 2025 organized by Reactjs Philippines with me, RSC ๐ธ @aurorascharff.no, & @glennreyes.com. Learn the latest in React 19, Nextjs, and TanStack Router/Start. @vercel.com @tanstack.com. Sign up below ๐๐ฝ
16.01.2025 12:08 โ ๐ 7 ๐ 3 ๐ฌ 1 ๐ 0Was recently asked about the state of @tanstack.com Form's upcoming v1 release.
I wrote a bit about it here and what we're doing in preparation for an imminent release:
github.com/TanStack/for...
Photo of the SteamOS source code dependency list, including @tanstack/react-query and @tanstack/react-virtual
๐ฑ I was just made aware (by @danielgriesser.com) that @steamdeck.com uses @tanstack.com query and virtual for their SteamOS ๐. Amazing to get a glimpse of what the TanStack is getting used for ๐
15.01.2025 19:50 โ ๐ 137 ๐ 9 ๐ฌ 3 ๐ 0Introducing Tables ๐
20 components, 10 style variations, and powerful @tanstack.com Table integration!
And we're done - this was such an awesome episode! Thank you @tannerlinsley.com www.youtube.com/watch?v=qdZu...
13.01.2025 19:21 โ ๐ 11 ๐ 2 ๐ฌ 0 ๐ 0๐งCheck out the recording of the talk, "Tanstack Start - A Client-Side First Full-Stack React Framework" by @tannerlinsley.com.
Watch it here๐
gitnation.com/contents/tan...
The @tanstack.com Start/Router integration for Apollo Client is in the final stretches - everything works and I've opened the PR against the TanStack Router repo with the minimal required changes.
You can try it out here: apolloclient-integration-tanstack-start-kftqizzwm.vercel.app/loader-defer
Today at 12:30 ET live streaming on the JavaScript Jabber podcast, an interview with @tannerlinsley.com, the creator of @tanstack.com Query (previously React Query), Router (type-safe router), and now Start - a new React meta-framework. Join us! www.youtube.com/@TopEndDevs/...
13.01.2025 09:50 โ ๐ 8 ๐ 2 ๐ฌ 0 ๐ 0Time to learn and use @tanstack.com router. I used react-query a bit and didn't regret it. Looking forward to the router. @tannerlinsley.com did say CSR is ๐คด
12.01.2025 16:47 โ ๐ 20 ๐ 1 ๐ฌ 1 ๐ 0๐ Had a wild idea:
I cached external API data and db queries in memory using @tanstack.com's Query core, on a @hono.dev server.
๐ฅ Why?
External API was slow.
DB? I wanted it to chill for once.
๐ก Result?
Queries went from ๐ข โก๏ธ โก in milliseconds!
Might not be "production-ready," but hey, it works. ๐
This upcoming Monday, at 12:30 ET, our special guest on the JavaScript Jabber podcast will be Web dev extraordinaire @tannerlinsley.com, creator of the @tanstack.com framework and so much more! Join us for the live stream on the Top End Devs YouTube channel: www.youtube.com/@TopEndDevs/...
10.01.2025 20:27 โ ๐ 14 ๐ 2 ๐ฌ 0 ๐ 0