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
- (Updated) Updated UI for Copilot Chat entry point in Word, Excel and PowerPoint apps [MC1189000]
![(Updated) Updated UI for Copilot Chat entry point in Word, Excel and PowerPoint apps [MC1189000] 2 pexels cottonbro 4507716](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) OneDrive: Simplified file transfer for departing employees [MC1164381]
![(Updated) OneDrive: Simplified file transfer for departing employees [MC1164381] 3 waves 7674915 1920](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) Microsoft Loop – Require Existing Microsoft 365 Group for New Loop workspaces [MC929022]
![(Updated) Microsoft Loop – Require Existing Microsoft 365 Group for New Loop workspaces [MC929022] 4 pexels helenalopes 933964](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Microsoft Teams: AI-powered notes for in-person meetings with Facilitator in Teams Rooms on Windows [MC1307512]
![Microsoft Teams: AI-powered notes for in-person meetings with Facilitator in Teams Rooms on Windows [MC1307512] 5 pexels steve 27594600](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)

![(Updated) Updated UI for Copilot Chat entry point in Word, Excel and PowerPoint apps [MC1189000] 2 pexels cottonbro 4507716](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-cottonbro-4507716-150x150.webp)
![(Updated) OneDrive: Simplified file transfer for departing employees [MC1164381] 3 waves 7674915 1920](https://mwpro.co.uk/wp-content/uploads/2025/06/waves-7674915_1920-150x150.webp)
![(Updated) Microsoft Loop – Require Existing Microsoft 365 Group for New Loop workspaces [MC929022] 4 pexels helenalopes 933964](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-helenalopes-933964-150x150.webp)
![Microsoft Teams: AI-powered notes for in-person meetings with Facilitator in Teams Rooms on Windows [MC1307512] 5 pexels steve 27594600](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-steve-27594600-150x150.webp)
