I've been building forms within React SPAs for so long that I forgot about the default form behaviour of the web.
It's great to see Svelte / SvelteKit support the good old GET -> POST -> Redirect workflow workflow along with the ability to enhance its behaviour using JS as well!
I understand it's possible to do this using modern React based frameworks as well, but Svelte / SvelteKit makes it so easy.