SYSTEM Cited by 1 source
vitejs/plugin-rsc¶
@vitejs/plugin-rsc is the React Server Components plugin for Vite, maintained by the Vite team. "Still early days" per the 2026-02-24 vinext launch post, but provides RSC support in a Vite-plugin shape.
Load-bearing role in vinext¶
Per Sunil Pai: "[It] gave me RSC support without having to
build that from scratch, which would have been a dealbreaker."
The existence of @vitejs/plugin-rsc at all was one of the
preconditions that made the one-week vinext rewrite tractable.
Without RSC support, the scope blows up past AI-assisted-rewrite
feasibility.
Seen in¶
- sources/2026-02-24-cloudflare-how-we-rebuilt-nextjs-with-ai-in-one-week — canonical wiki instance. The Vite maintainers were described as "responsive and helpful as I pushed the plugin into territory it hadn't been tested in before."
Related¶
- systems/vite — host build tool.
- systems/vinext — canonical production consumer.
- systems/react — RSC is a React feature.
- systems/nextjs — the prior production home of RSC.