Implementing ETag-based Caching Revalidation for TanStack Start
How to return a cheap 304 Not Modified response in TanStack Start, with three implementations at three different layers of the stack.
How to return a cheap 304 Not Modified response in TanStack Start, with three implementations at three different layers of the stack.
Web 3D Survey v2 rebuilds the site on TanStack Start, adds homepage support summaries, WGSL and adapter reporting, browser capability stats, and a live /machine report.
TanStack Start runs on Nitro, and Nitro's default Node output can split server code across many files. On Google Cloud Run, that file fan-out can add seconds to cold starts. Bundling the server and pre-warming Node's compile cache reduced first render time on this site.
A tiny, type-safe Google Analytics integration for TanStack Router and TanStack Start with automatic page views, typed GA4 helpers, and clean SSR-friendly setup.
How TanStack Router runs beforeLoad and loader functions, what data each one can see, and where slow route work belongs.
Why I have been using TanStack/Start instead of Remix or Next.js for recent React projects.