Latest Posts

A milestone for TypeScript Performance in TanStack Router

by Christopher Horobin

TanStack Router pushes the boundaries on type-safe routing.

The router's components such as <Link> and its hooks such as useSearch, useParams, useRouteContext and useLoaderData, infer from the route definitions to offer great type-safety. It's common for applications using TanStack Router to use external dependencies with complex types for validateSearch, context, beforeLoad and loader in their route definitions.

Read More
Announcing TanStack Query v5

by Dominik Dorfmeister

About one year ago, we announced the TanStack Query v5 roadmap, and the whole team has been working hard on that version ever since. So we're super happy to announce that today is the day: After 91 alpha releases, 35 betas and 16 release candidates, TanStack Query v5.0.0 is finally here! 🎉

v5 continues the journey of v4, trying to make TanStack Query smaller (v5 is ~20% smaller than v4), better and more intuitive to use. One of the main focus points for this release was around streamlining and simplifying the APIs we offer:

Read More
Announcing TanStack Query v4

by Dominik Dorfmeister

We're excited to announce the next version of TanStack Query, previously known as react-query 🎉. The rebranding and restructuring to a monorepo now finally allows us to bring the joy of react-query to other frameworks, like vue, svelte or solid.

Read More
TanStack Table + Ag-Grid Partnership

by Tanner Linsley and Niall Crosby

We're excited to announce that AG Grid is now the official TanStack Table open-source partner! Together we will strive to achieve the following goals:

  • To jointly educate the JavaScript and TypeScript ecosystem about the differences between the two libraries and when to choose which.
Read More