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 { cloudflare } from "@cloudflare/vite-plugin";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
- AI Gateway, Access – Identity-aware controls are now available in AI Gateway

- [Preview Announcement] Re-introducing Forward Proxy as AWS Network Firewall Functionality
![[Preview Announcement] Re-introducing Forward Proxy as AWS Network Firewall Functionality 2 pexels andre furtado 43594 1263985](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- MC1447683: Microsoft 365 Copilot Scheduled Prompts Moves to Microsoft 365 Connected Experiences Governance

- MC1447678: Exchange Online Adds EWSAllowedAppIDs to Manage Access Before EWS Retirement


![[Preview Announcement] Re-introducing Forward Proxy as AWS Network Firewall Functionality 2 pexels andre furtado 43594 1263985](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-andre-furtado-43594-1263985-150x150.webp)




