Back to Daily Feed 
SvelteKit 3 Nears Release with RC, Svelte 5.57 Adds New Features
Must Read
Originally published on Svelte Blog
View Original Article
Share this article:
Summary & Key Takeaways
- SvelteKit 3 has reached Release Candidate status, indicating its imminent stable release.
- Enhanced cross-page form actions now align with native form behavior.
- Adapter Vite plugins can now be split into pre and post groups for better pipeline control.
- Svelte 5.57 introduces
getOrInsertandgetOrInsertComputedmethods for SvelteMap. - The
createContextfunction now returns ahasfunction to check context existence without errors. - The
<select>element now supports thedefaultValueattribute for form resets. - The
svCLI includes a newai-toolsadd-on, replacing the oldermcpone. - SvelteKit 3 now supports a
QUERYHTTP method handler in+server.jsfiles.
Our Commentary
This is a big one for Svelte users. SvelteKit 3 RC means the finish line is truly in sight, and those enhanced form actions sound like a real quality-of-life improvement. I'm also intrigued by the sv ai-tools add-on; it feels like every framework is integrating AI now, and I wonder what specific problems it aims to solve for developers. We're seeing a lot of thoughtful API refinements here.
View Original Article
Share this article: