Report
Savas Vedova | All in one: SPA, SSR, SSG and API
Set up a Vite.js app that depending on the route, it either serves static content or fallbacks to server-side rendering.
vsk.me
Here's how I created a hybrid website that does prerendering, and server-side rendering. On the client side, it works as a single-page application. It uses no framework and is built purely with React and Vite.