Rob Balfré @robertbalfre.dev · Jan 2

Why does SvelteKit do this on form submissions? Old page re-renders then it navigates. In fact the old form even shifts as the CSS loads in. Presume it's a quirk of SSR? Only way to bypass is with use:enhance on form element I guess? @sveltesociety.dev @svelte.dev

2 likes 1 replies

?

Replies

Rob Balfré · Jan 2

I was using $effect in the page.svelte on form.success instead of redirect inside server.ts... 🤡