The 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.
Source: Cloudflare
Latest Posts
- Create and edit SharePoint pages with Copilot-powered AI [MC1282683]
![Create and edit SharePoint pages with Copilot-powered AI [MC1282683] 2 pexels suzyhazelwood 3695297](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Agent Builder in Microsoft 365 Copilot: Updates to the agent creation experience [MC1282682]
![Agent Builder in Microsoft 365 Copilot: Updates to the agent creation experience [MC1282682] 3 pexels tara winstead 8386367](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) Microsoft Purview: Role management update [MC1199765]
![(Updated) Microsoft Purview: Role management update [MC1199765] 4 pexels scottwebb 614227](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Amazon WorkSpaces Personal and Amazon WorkSpaces Core are now available in two additional AWS Regions


![Create and edit SharePoint pages with Copilot-powered AI [MC1282683] 2 pexels suzyhazelwood 3695297](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-suzyhazelwood-3695297-150x150.webp)
![Agent Builder in Microsoft 365 Copilot: Updates to the agent creation experience [MC1282682] 3 pexels tara winstead 8386367](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-tara-winstead-8386367-150x150.webp)
![(Updated) Microsoft Purview: Role management update [MC1199765] 4 pexels scottwebb 614227](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-scottwebb-614227-150x150.webp)

