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


![Microsoft Defender for Office 365: Admins can block external users in Microsoft Teams from Defender Portal [MC1200058] 3 pexels mirrographer 1194036](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-mirrographer-1194036-150x150.webp)
![Microsoft Purview: Role management update [MC1199765] 4 pexels googledeepmind 17483871](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-googledeepmind-17483871-150x150.webp)
![Outlook: New and improved People Hub on Web [MC1199768] 5 pexels therato 3408744](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-therato-3408744-150x150.webp)