Y
Hacker News
new
|
ask
|
show
|
jobs
by
benbro
1912 days ago
Can I use it for SPA? Something like an Angular app with all the code running on the client side with routing (no SSR).
1 comments
rich_harris
1912 days ago
Not currently, but this will be implemented soon (and certainly before 1.0)
https://github.com/sveltejs/kit/issues/231
link
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.
link
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