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";import { tanstackStart } from "@tanstack/react-start/plugin/vite";
export default defineConfig({ plugins: [ cloudflare({ viteEnvironment: { name: "ssr" } }), tanstackStart({ prerender: { enabled: true, }, }), ],});This feature requires @tanstack/react-start v1.138.0 or later. See the TanStack Start framework guide for more details.
Source: Cloudflare
Latest Posts
- Workers – Miniflare v5 prepares local development for the cf CLI

- MC1469032: Power Pages Hotfix 9.8.8.x Delivers Critical Bug Fixes and Updated Website Host

- Microsoft 365 Weekly Change Intelligence – 1 Critical & 18 High Impact Changes (6 September 2026)

- Amazon Bedrock Managed Knowledge Base introduces user-managed setup for SharePoint, OneDrive, and Confluence data sources







