Y
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
rich_harris
1912 days ago
Yes
link
pier25
1911 days ago
Hopefully, it will be possible to disable this behavior.
link
joelellis
1897 days ago
Disabling the `hydrate` option does this. (
https://kit.svelte.dev/docs#configuration-hydrate
)
link