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 hn newest 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? load replies (1)
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? load replies (1)
dasb|4 years ago Thanks.What if only some components in my page require Javascript? Can the same "partial hydration" be achieved? load replies (1)
miltonsopus|4 years ago
dasb|4 years ago
What if only some components in my page require Javascript? Can the same "partial hydration" be achieved?