top | item 27442058

(no title)

dasb | 4 years ago

Is it possible to achieve the same thing just with Svelte + SvelteKit and some configs?

discuss

order

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.

dasb|4 years ago

Thanks.

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