Y
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
pier25
1919 days ago
Will SvelteKit follow the same pattern as Sapper?
As in, after the first SSR'd page the app becomes an SPA.
link
rich_harris
1919 days ago
Yes
link
pier25
1918 days ago
Hopefully, it will be possible to disable this behavior.
link
joelellis
1904 days ago
Disabling the `hydrate` option does this. (
https://kit.svelte.dev/docs#configuration-hydrate
)
link
As in, after the first SSR'd page the app becomes an SPA.