Sveltekit Tips
Last updated: 13 Oct 2026
Interesting things I've learnt working with SvelteKit
In Sveltekit, enhance can only be used on forms with method post
You can pass events in svelte by simply adding use:click to the component
the way to get page data to update in sveltekit to not to use enhance
Back to log