With Async Svelte and its companion Remote Functions officially out in the world, there’s a lot of updates to share!
Be sure to check out the showcase for videos from Rich, Paolo, and Stanislav about all the brand new features in Svelte.
Let’s dive into the highlights...
What’s new in Svelte, SvelteKit, Language Tools and CLI (sv)
- Remote functions can be called anywhere in your app, but always run on the server, and as such can safely access server-only modules containing things like environment variables and database clients (kit@2.27.0, Docs, #13986)
getAbortSignal
returns anAbortSignal
that aborts when the current derived or effect re-runs or is destroyed (svelte@5.35.0, Docs, #16266)- A new
parent
property has been added to the__svelte_meta
properties that are added to elements at dev time - useful for debugging nested hierarchies (svelte@5.35.1, #16255) await
is now supported in components when using theexperimental.async
compiler option (svelte@5.36.0/extensions@109.10.0, Docs, #15844)- There are now types for the
params
prop andpage
attributes in page/layout components (kit@2.24.0, kit@2.26.0 & extensions@109.10.0, #13999 / #13864) - SvelteKit’s
read
now works in edge environments wherefs.readFile
isn’t available such as in Cloudflare’s workers, Netlify, and Vercel’s edge functions (kit@2.25.0, #13859) - The
resolve(...)
andasset(...)
helpers have been added for resolving paths (kit@2.26.0, #13864) - Support for modern SvelteKit prop typings has been added to VS Code snippets (extensions-109.10.0, #2796)
- The new
vite.addPlugin
simplifies adding a plugin on various vite config styles (sv@0.8.20, #633) - vite-plugin-svelte is out with support for vite7, rolldown-vite and more
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
- Logitech’s new site is built in Svelte 🎉
- hend.world is a language learning application that surrounds you with comprehensible input: compelling stories, articles, and videos that match your level
- Amgiflol is a Figma-like Layout Inspector For Web
- Formcord is a Google Forms alternative built specifically for Discord communities
- Freq is a community-based social media platform for groups of music listeners to share, talk about, and enjoy music together
- Salora is a salon booking application (de)
- Animal Well Shrine is an low-spoiler egg tracker for the video game, Animal Well
- TypingGym is a typing practice site with automatic difficulty adjustment
Learning Resources
Featuring Svelte Contributors and Ambassadors
- ">promise.then(...) by Rich Harris - what’s next now that Svelte is Async
- Asynchronous Svelte with Rich Harris by CodeTV (Jason Lengstorf)
- ">Remote Functions are coming to SvelteKit - and they are amazing! by Code with Stanislav
- ">Svelte London - June 2025 feat. “Svelte, svelte everywhere” by Paolo Ricciuti and “Testing your Svelte app in an actual browser” by Willow / Scott
This Week in Svelte
- ">Ep. 108 — Svelte Flow
- ">Ep. 109 — Ark UI
- ">Ep. 110 — Neodrag v3
- ">Ep. 111 — Best LLMs for Svelte 5 tested, MCP server, llms.txt
Svienna (Svelte Society Vienna)
- ">Lightning talk 10 tips in 5 mins! by Jean Yves Couet
- ">Using SvelteKit and MIT appinventor to inspire young girls for tech by Domenik Reitzner
- ">Adding full to your full stack SvelteKit app by Jean Yves Couet
- ">ZeeltePHP (Svelte + PHP) by derharry
- ">Svelte at Geizhals by Martin Grubinger
To Watch/Read
- ">Build a SvelteKit Admin App with Drizzle, Tailwind & Postgres by Tyler Codes
- ">Master Svelte in 15 Minutes: From React Dev to Svelte Pro by Neuronfire
- Simple but Effective Skeleton Loaders by Mat Simon
- Building Smart Intervals with Svelte 5 by Puru VJ
Libraries, Tools & Components
- Svelte Interval is a comprehensive Svelte utility package for managing intervals with reactive durations, synchronization, and advanced control features
- @hvniel/svelte-router is a Svelte 5 port of React Router
- @hvniel/vite-plugin-svelte-inline-component lets you write tiny Svelte components straight inside your JavaScript / TypeScript tests using tagged‑template literals
- wuchale is a non-invasive, normal code based compile-time internationalization (i18n) toolkit
- SSGOI brings native app-like page transitions to the web
- Svelte Form Builder is a modern, drag-and-drop form builder built with Svelte 5
- Svelte persistent runes provides a Svelte reactive rune that keep its value through pages and reloads
- gositemap is a fast, test-driven sitemap.xml generator for static SvelteKit sites
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-august-2025Zaloguj się, aby dodać komentarz
Inne posty w tej grupie

Whether you’re trying out Vite 7, vitest browser mode or remote functions, there’s lots of experimental features to try t

In addition to advancing the work on Async Svelte, the maintainers have been hard at work introducing long requested features like Attachments.
This month, we’ll share a bit about the

This month’s Svelte Summit in Barcelona was a glorious celebration of the community. We had lively conversations, delightful dinners, and funny, im

Only a week until Svelte Summit Spring 2025! If you can’t make it in-person to Barcelona, you can purchase a virtual ticket

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 opt

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

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