Workers - Improved React Server Components support in the Cloudflare Vite plugin
4mo ago
Source
CloudflareWorkers - Improved React Server Components support in the Cloudflare Vite plugincloudflare.comThe Cloudflare Vite plugin now integrates seamlessly @vitejs/plugin-rsc , the official Vite plugin for React Server Components . A childEnvironments option has been added to the plugin config to enable using multiple environments within a single Worker. The parent environment can then import modules from a child environment in order to access a separate module graph. For a typical RSC use case, the plugin might be configured as in the following example: export default defineConfig ( { plugins : [ cloudflare ( { viteEnvironment : { name : "rsc" , childEnvironments : [ "ssr" ] , }, } ) , ] , } ) ; @vitejs/plugin-rsc provides the lower level functionality that frameworks, such as React Router , build upon. The GitHub repository includes a basic Cloudflare example .
You might also wanna read
Next.js Security Update: Two New React Server Component Vulnerabilities Identified
Two new security vulnerabilities (CVE-2025-55183 and CVE-2025-55184) have been discovered in React Server Components (RSC) protocol, affecti
Critical Security Vulnerability CVE-2025-66478 in React Server Components Protocol
A critical security vulnerability (CVE-2025-66478) has been discovered in the React Server Components (RSC) protocol with a CVSS score of 10
Cloudflare Python Workers Enhancements: Fast Cold Starts, Package Support, and uv Integration
Cloudflare has significantly improved its Python Workers platform with major enhancements including exceptionally fast cold starts, comprehe
Cloudflare Integrates Claude Managed Agents for Developer Deployment
Cloudflare has added support for Claude Managed Agents, enabling developers to deploy, run, and manage Claude AI agents within the Cloudflar
Critical Analysis of Next.js 15 App Router and React Server Components After One Year of Professional Use
The article presents a critical analysis of Next.js 15's App Router and React Server Components (RSC) based on one year of professional use.
paperclover.net·8mo ago

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