Hacker News new | ask | show | jobs
by MatthewPhillips 1836 days ago
No. Svelte are big proponents of the SPA pattern so I'm doubtful they would ever build something like this.
1 comments

Svelte by its nature only generates JS for the dynamic pieces of the page, if you’re using SSR it’s already “partially hydrated”.

Vue3 can also ignore static parts which gives similar benefits.