Workers - Static prerendering support for TanStack Start
6mo ago
Source
CloudflareWorkers - Static prerendering support for TanStack Startcloudflare.comTanStack 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.
You might also wanna read
TanStack Start Now Support React Server Components
tanstack.com·2mo ago
Building an in-house multi-cloud status page with Rust and TanStack at Railway
Noah, a developer at Railway, explains why and how they built their own status page in-house using Rust and TanStack, hosted on Railway itse
blog.railway.com·1mo ago
Railway's Frontend Migration from Next.js to Vite + TanStack Router
Railway migrated their entire production frontend from Next.js to Vite + TanStack Router, including their dashboard, canvas, and railway.com
blog.railway.com·2mo ago
Indie Developer Launches TanStack Starter Kit for Faster SaaS Development
Arif Hossain introduces his TanStack Starter Kit, a project developed after quitting his job in 2024 to focus on indie development. He share
tanstackstarterkit.com·3mo ago

Comments
Sign in to join the conversation.
No comments yet. Be the first.