You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We believe having a bunch of static index.html is an anti-pattern in a context of a framework. It makes sense for Vite because it's always SPA. But with Vike you can simply use ssr: boolean to toggle between SPA and SSR without modifying your code — that's very helpful if you don't know yet whether you need SSR or not. With a bunch of static index.html files, toggling between SPA and SSR becomes a lot more complex.
The text was updated successfully, but these errors were encountered:
Revive https://vite-plugin-ssr.com/react-tour / https://vite-plugin-ssr.com/vue-tour.
Content ideas:
ssr: boolean
toggle.ssr: false
is set for all pages then automatically pre-render them #2107The text was updated successfully, but these errors were encountered: