Remix Vite Is Now Stable

Remix v2.7.0 now offers stable support for Vite, following months of refinement and extension based on feedback from early adopters. This update includes closing 75 issues and merging 136 pull requests related to Vite. The most notable change is the support for building purely static sites without a JavaScript server, maintaining Remix’s benefits while enabling an easier migration path for React Router users. Other features like basename support, Cloudflare Pages integration, server bundles, presets, better server and client separation, and cleaner build output have been introduced. Remix v3 will feature commands to streamline the build process, positioning Remix as more than just a Vite plugin.

https://remix.run/blog/remix-vite-stable

To top