Looks good. Will def migrate my current project before publishing it.
A detail I find interesting:
version.pollInterval now defaults to one hour, meaning SvelteKit will periodically check for new deployments and set updated.current to true accordingly. Previously, no polling occurred by default. [0]
I always use this in my projects combined with updated.check() when the doc becomes visible, but some people will probably not read this and see unexpected requests in prod.
Comments
Looks good. Will def migrate my current project before publishing it.
A detail I find interesting:
I always use this in my projects combined with updated.check() when the doc becomes visible, but some people will probably not read this and see unexpected requests in prod.
[0] https://next.svelte.dev/docs/kit/migrating-to-sveltekit-3#Co...