6 news for suspense
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.
September 2024
Partial Prerendering for Everyone with Cloudflare Workers
Optimize your UX by improving your performances using PPR with Nextjs and Cloudflare Workers.
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.
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.