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
- Workflows, Workers – All Wrangler commands for Workflows now support local development

- Use Copilot to create and edit Pages in the Microsoft 365 Copilot mobile app [MC1266900]
![Use Copilot to create and edit Pages in the Microsoft 365 Copilot mobile app [MC1266900] 3 pexels pixabay 274192](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Microsoft Teams: Retirement of legacy third‑party meeting and call control APIs [MC1266901]
![Microsoft Teams: Retirement of legacy third‑party meeting and call control APIs [MC1266901] 4 computer 1106900 1920](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Amazon Connect now expands testing and simulation capabilities to chats



![Use Copilot to create and edit Pages in the Microsoft 365 Copilot mobile app [MC1266900] 3 pexels pixabay 274192](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-pixabay-274192-150x150.webp)
![Microsoft Teams: Retirement of legacy third‑party meeting and call control APIs [MC1266901] 4 computer 1106900 1920](https://mwpro.co.uk/wp-content/uploads/2025/06/computer-1106900_1920-150x150.webp)

