Hacker News new | ask | show | jobs
by rich_harris 1919 days ago
Not currently, but this will be implemented soon (and certainly before 1.0) https://github.com/sveltejs/kit/issues/231
1 comments

Will SvelteKit follow the same pattern as Sapper?

As in, after the first SSR'd page the app becomes an SPA.

Yes
Hopefully, it will be possible to disable this behavior.
Disabling the `hydrate` option does this. ( https://kit.svelte.dev/docs#configuration-hydrate )