top | item 27442183

(no title)

miltonsopus | 4 years ago

Yes, with SvelteKit you can use the static adapter to generate static html files for your routes. It's also possible to control this on a page by page basis.

discuss

order

dasb|4 years ago

Thanks.

What if only some components in my page require Javascript? Can the same "partial hydration" be achieved?

MatthewPhillips|4 years ago

No. Svelte are big proponents of the SPA pattern so I'm doubtful they would ever build something like this.