Software Engineering

Workers - Static prerendering support for TanStack Start

Cloudflare Developer Platform Changelog · 2025-12-19

TanStack Start apps can now prerender routes to static HTML at build time with access to build time environment variables and bindings, and serve them as static assets . To enable prerendering, configure the prerender option of the TanStack Start plugin in your Vite config: import { defineConfig } from "vite" ; impo...

Feedback