Hacker News new | ask | show | jobs
by pier25 1912 days ago
Will SvelteKit follow the same pattern as Sapper?

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

1 comments

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