Hacker News new | ask | show | jobs
by jiofih 1842 days ago
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.