top | item 39781123

(no title)

Menu_Overview | 1 year ago

Vite Pres has client-side routing, right? Like, it works without JS, but if JS is enabled, it runs as a SPA.

discuss

order

NathanKP|1 year ago

Yep that's right. Every page has it's own statically rendered bundle. But if you have JS on then it can fetch a chunk and rerender the page client side as a SPA.

synergy20|1 year ago

this is where it differs from those SSG I guess, used vitepress a while ago, will reuse it later