What’s new in Svelte: April 2025

With a couple minor releases of SvelteKit in the last month and a few more from Svelte itself, there’s a lot to be excited about this month. From new helper functions to new configuration options, we’ve got a lot to cover...

So let’s dive in!

What’s new in Svelte

  • The new idPrefix option for render makes client-side ID generation more reliable in the rare cases that multiple Svelte runtimes exist on a page (5.22.0, Docs, #15428)
  • State created in deriveds/effects can now be written/read locally without self-invalidation - reducing the number of “unsafe read”s significantly (5.24.0, #15553)
  • Derived statements are now writable (5.25.0/5.25.2, Docs, #15570 and #15581)
  • The Svelte CLI also got an upgrade to its code generation for more intuitive formatting (0.7.0, #380)
  • eslint-plugin-svelte v3 has been released. The main update is improved support for Svelte 5. Check out the CHANGELOG for more details.

There were also quite a few fixes to the language tools earlier in the month - so be sure to keep your plugins up to date!

What’s new in SvelteKit

  • reroute can now be called async - with an option to fetch if you need to pass along cookies or other request context (2.18.0/2.19.0, Docs, #13520 and #13549)
  • The new normalizeUrl helper provides people a way to normalize a raw URL that could contain SvelteKit-internal data (2.18.0, Docs, #13539)
  • getRequestEvent is a new function in $app/server that returns the current RequestEvent (2.20.0, Docs, #13582)
  • Updates to the cloudflare-adapter brings Wrangler 4 support, improved _headers and _redirects files, and support for specifically building for Cloudflare Workers Static Assets (5.1.0-7.0.0, CHANGELOG)

For a full list of bug fixes in Svelte, SvelteKit and its adapters, check out their CHANGELOGs here and here.


Community Showcase

Apps & Sites built with Svelte

  • Fusion is a lightweight, self-hosted friendly RSS aggregator and reader
  • Brooks’ Law simulator visualizes how communication complexity grows as team size grows
  • ai-chatbot-svelte is a full-featured, hackable SvelteKit AI chatbot built by Vercel
  • raymarching-webgpu is a ray marching implementation using WebGPU and Svelte 5, shaders written in WGSL
  • Eurlexa lets you access and search EU regulations and directives instantly
  • Lars is the Wall Street Journal’s AI Tax Bot - built with Svelte and embedded into a React frontend
  • RT is a lightweight, ad-free Twitch frontend built with Tauri, Rust & SvelteKit
  • Atom Clicker is an engaging incremental game where you’ll build your own atomic empire
  • peasy provides modern web analytics without the clutter
  • svelte-lexical is a rich-text editor for Svelte and SvelteKit
  • sveltekit-epub-writer is an ergonomic book editor that lets you export to EPUB in one click

Learning Resources

Featuring Svelte Contributors and Ambassadors

This Week in Svelte

To Watch

To Read

Libraries, Tools & Components

  • Bun has added official support for Svelte as a frontend framework for their bundler
  • Skeleton v3.0 is now available - including Svelte 5 support, Tailwind 4 and a more modular structure
  • SaapsUI is a comprehensive Svelte component library designed for creating responsive, accessible, and beautiful user interfaces with minimal effort
  • SVAR Svelte v2.1 has added new UI components - including DataGrid and Gantt charts
  • cnblocks provides 50+ UI & Marketing blocks using Svelte 5, Tailwind CSS v4 and Shadcn Svelte
  • Edra is a Headless & ShadCN-Powered Rich Text Editor for Svelte Developers
  • Paraglide, the i18n library for supporting multiple languages in your Svelte app, release their 2.0 version
  • oRPC helps you build type-safe APIs for Svelte and TanStack Svelte Query
  • Sveltepress is a content centered site build tool, built on top of Sveltekit
  • Konva.js is a declarative 2D Canvas for Svelte apps
  • Svelte Inspect Value is a “JSON tree”-like value inspector
  • Svelte 5 Snippets offers reusable code templates to accelerate development and ensure consistent coding practices in VS Code

That’s it for this month! Let us know if we missed anything on Reddit or Discord.

Until next time 👋🏼!

https://svelte.dev/blog/whats-new-in-svelte-april-2025
Vytvořeno 1d | 2. 4. 2025 23:40:03


Chcete-li přidat komentář, přihlaste se

Ostatní příspěvky v této skupině

What’s new in Svelte: March 2025

SvelteHack 2024 has ended and the winners were announced on February 9th. Congrats to all the

4. 3. 2025 16:50:04 | Svelte
What’s new in Svelte: February 2025

The Svelte developer experience got a huge upgrade this month with more exported types and better syntax highlighting in VS Code. Combine that with the huge releases from Storybook, Tailwind and Th

4. 2. 2025 18:50:06 | Svelte
What’s new in Svelte: January 2025

From new syntax to improved dev tooling, the Svelte team has been busy this month building new features in both Svelte and SvelteKit. And as we round the corner into the new year, there’s eve

1. 1. 2025 14:10:05 | Svelte
What’s new in Svelte: December 2024

A better CLI and a bunch of UI libraries now support Svelte 5 https://svelte.dev/blog/whats-new-in-svelte-december-2024

2. 12. 2024 22:30:08 | Svelte
Advent of Svelte

Twenty-four days, twenty-four features https://svelte.dev/blog/advent-of-svelte

1. 12. 2024 16:20:05 | Svelte
What’s new in Svelte: November 2024

New features in Svelte 5 and a ton of new community libraries https://svelte.dev/blog/whats-new-in-svelte-november-2024

31. 10. 2024 22:50:03 | Svelte
Introducing the new Svelte CLI

Tailwind, auth, databases and more — just an npx sv away https://svelte.dev/blog/sv-the-svelte-cli

25. 10. 2024 16:10:06 | Svelte