15 news for tanstack
October 2024
An Early Glimpse of TanStack Start
A quick overview of the new TanStack Start, a meta framework based on React, with server actions, suspense, router, and more.
Currently in alpha, but i already feel this will be my next preferred toolkit for 2025.
October 2024
Next Gen Fullstack React with TanStack
Great interview of Tanner Linsley about Tanstack start, its new framework and its previsions for it. Followed by a presentation from Tanner himself about the Tanstack Start. I can't wait for it to get released in 1.0..
September 2024
How Infinite Queries work
Great article about how to use infinite queries with tanstack query.
August 2024
Tips from 8 months of TanStack/Router in production
Always interesting to have qualitative feedbacks.. Is tanstack router as good as everyone says ?
August 2024
The "Wrong Way" To Use React
Great explanation on the new react 19 pattern "render on fetch" vs the actual "fetch on render".
June 2024
How React 19 Almost Broke The Web
I hope you are not expecting react 19 to be released pretty soon. Although it is in release candidate state, some malfunctions are still discovered when tested by library developers. Here is a resume of how a small update about suspenses triggers data being fetched in waterfall instead of being parallelized.
June 2024
Using React Query with Astro
How to store datas in astro ? By using React Query and Nanostores ! Little demo on how to implement this tools in Astro and and improve your islands.
June 2024
React 19's useOptimistic: EVERYTHING you NEED to know
Learn how optimistic updates will work in React 19. With a very simple todo app, Jack Herrington live code different ways to implement optimistic updates with the new hook useOptimistic, transitions, tanstack query or even zustand.
May 2024
Prefetching data with TanStack Query
Small article based on a single exemple to show how to use the prefetching functionality in tanstack query to improve performances.
May 2024
Combining React Server Components with react-query for Easy Data Management
Learn how to use tanstack query with your RSC components and how the tool is still pertinent after switching from a CSR to a SSR paradigm.
May 2024
Automatic Query Invalidation after Mutations
Another great article from Dominik, the main developer of the tanstack query, about how to manage our cache, and mostly, how and when to invalidate query to refresh datas.
April 2024
Exploring using Suspense with React Query
This article not just only cover the use of suspense with tanstack query, but mostly how to use suspense efficiently and not displaying data loader for every data refresh. A must read to improve the UX of your data management in react.
March 2024
New JS Framework Just Dropped (Next.js Killer??)
Why install tanstack query, tanstack router, tanstack form, tanstack table, tanstack graph.. when you can directly install the tanstack framework?
Just released and it is already the framework to follow in 2024.
February 2024
React Trends in 2024
His predictions for the React ecosystem this year. Guest stars: Astro, Biome, Trpc & Tanstack router. It could be summarized in one word: Typescript
February 2024
TanStack Router is one of the most powerful options for SPA development (& TanStack Query)
Quite detailed presentation of Tanstackquery router (released in v1 in December 2023).
Explanations and examples about suspense, type safety, lazy loading, file-based structure, search params, state management, preloading cache data..