TanStack's Avatar

TanStack

@tanstack.com.bsky.social

๐Ÿค Open Source Software ๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป TypeScript โš’๏ธ Query, Table, Router, Virtual, Select, Form, Ranger, Start

5,479 Followers  |  63 Following  |  14 Posts  |  Joined: 13.06.2023  |  1.9999

Latest posts by tanstack.com on Bluesky

Video thumbnail

๐ŸŽ‰ 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} />

<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    ๐Ÿ“Œ 1
Me and Arnoud

Me and Arnoud

... and new ones, like @arnoud.dev, who maintains the @tanstack.com angular adapter ๐Ÿš€

15.06.2025 11:57 โ€” ๐Ÿ‘ 12    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
JavaScript Open Source Award YouTube video by JavaScript Conferences by GitNation

@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!

14.06.2025 21:44 โ€” ๐Ÿ‘ 35    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

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 ๐Ÿ‘‡

06.06.2025 15:32 โ€” ๐Ÿ‘ 39    ๐Ÿ” 5    ๐Ÿ’ฌ 6    ๐Ÿ“Œ 0
James Arthur - Introducing TanStack DB
YouTube video by Local-First Conf James Arthur - Introducing TanStack DB

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?...

05.06.2025 17:05 โ€” ๐Ÿ‘ 36    ๐Ÿ” 6    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 3
Video thumbnail

@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)

04.06.2025 14:31 โ€” ๐Ÿ‘ 8    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Way ahead of you

01.06.2025 16:56 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

The 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

01.06.2025 03:15 โ€” ๐Ÿ‘ 16    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

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 ๐Ÿฅฐ

01.06.2025 16:07 โ€” ๐Ÿ‘ 28    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

๐Ÿ”ฅ

25.05.2025 17:17 โ€” ๐Ÿ‘ 12    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

๐Ÿ˜‰

23.05.2025 22:18 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
TanStack | Cotton Bureau

@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

09.05.2025 05:44 โ€” ๐Ÿ‘ 22    ๐Ÿ” 7    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

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    ๐Ÿ“Œ 0

Watching 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!

25.03.2025 14:09 โ€” ๐Ÿ‘ 39    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Big @tanstack.com news on Monday.

02.03.2025 05:13 โ€” ๐Ÿ‘ 155    ๐Ÿ” 4    ๐Ÿ’ฌ 8    ๐Ÿ“Œ 3

During 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    ๐Ÿ“Œ 0

Looks like itโ€™s there just for fun!

18.01.2025 01:51 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Figured 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

17.01.2025 23:50 โ€” ๐Ÿ‘ 175    ๐Ÿ” 1    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 0
Post image

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    ๐Ÿ“Œ 0
Preview
[TRACKING] Breaking Changes Made During the RC Phase ยท Issue #1044 ยท TanStack/form Well y'all, I hate to say it, but we'll have a few breaking changes during our RC "stable" phase. We just released our first two breaking changes in 0.38.0: Dropped support for TypeScript 4.9 and 5...

Was 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...

15.01.2025 21:54 โ€” ๐Ÿ‘ 22    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Photo of the SteamOS source code dependency list, including @tanstack/react-query and @tanstack/react-virtual

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    ๐Ÿ“Œ 0
Video thumbnail

Introducing Tables ๐Ÿš€

20 components, 10 style variations, and powerful @tanstack.com Table integration!

14.01.2025 15:48 โ€” ๐Ÿ‘ 44    ๐Ÿ” 2    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0
JSJ - Tanner Linsley on TanStack
YouTube video by Top End Devs JSJ - Tanner Linsley on TanStack

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
Post image

๐ŸŽง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...

13.01.2025 21:09 โ€” ๐Ÿ‘ 29    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
TanStack Start Starter

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

13.01.2025 12:16 โ€” ๐Ÿ‘ 20    ๐Ÿ” 2    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0
Preview
Top End Devs

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    ๐Ÿ“Œ 0

Time 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
Post image

๐Ÿš€ 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. ๐Ÿ˜‚

11.01.2025 13:29 โ€” ๐Ÿ‘ 36    ๐Ÿ” 2    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 0
Preview
Top End Devs

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

@tanstack.com is following 18 prominent accounts