⚠️
The vite-plugin-ssr project has been renamed Vike.
  • If you are using vite-plugin-ssr, migrate to Vike.
  • For new projects, use Vike instead of vite-plugin-ssr.
Vike itself (without extensions) is like vite-plugin-ssr: unopinionated and fully agnostic.

UI Framework

In principle, we can use vite-plugin-ssr with any UI framework. Create a new discussion on GitHub if you have questions or if you want help with integrating a UI framework.

The UI framework denotes the tool that renders your UI components. For example:

Technically speaking, the main responsibility of a UI framework is to translate changes in your declarative components into changes to the browser's DOM.