⚠️
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.

Content- VS interactive-centric

To decide between SSR and SPA, we discriminate between two types of apps:

  • Content-centric: the value of the page is mostly about content (e.g. a newspaper or a blog).
  • Interactive-centric: the value of the page is mostly about interaction (e.g. a to-do list app, an online image editor, or an admin-panel).

See Guides > Render Modes (SPA, SSR, SSG, HTML-only).