Antoine
banner
antleth.fr
Antoine
@antleth.fr
Tech enthusiast, passionate software engineer and hardcore dark mode advocate
Pinned
Antoine @antleth.fr · Apr 11
Svelte Changelog v2 is now out!! 🎉

Now at a new domain: svelte-changelog.dev

Interested in what's new? Let's dive in 🧵
svelte | Svelte Changelog
A nice UI to stay up-to-date with Svelte releases
svelte-changelog.dev
Reposted by Antoine
🫡 because it’s best-in-class
November 12, 2025 at 11:43 AM
Reposted by Antoine
TIL about svelte-changelog.dev

Goodbye reading individual CHANGELOG files on Monday morning, hello single-source-of-truth 😅
August 24, 2025 at 9:35 PM
I don’t get why bsky didn’t implement yet a way to quickly visit someone’s handle website
It would only work for custom domains ofc but it’d be such a nice QOL
November 11, 2025 at 11:31 PM
Svelte Changelog just reached 50 stars! It ain’t much but it’s my most starred repo and your support means a lot! 🥳⭐️
November 11, 2025 at 9:33 PM
Big new thing on Svelte Changelog: you can now prefix a GitHub URL with the whole new shortened "svcl.dev" domain to open an issue, PR, or discussion in SC directly from GH! 🔥
November 9, 2025 at 11:06 AM
Reposted by Antoine
November 4, 2025 at 1:51 PM
New nice little improvement in Svelte Changelog: you can now navigate between referenced issues/PRs/discussions from hashes in the descriptions! 💨
October 28, 2025 at 10:23 PM
Reposted by Antoine
another async feature: out-of-order rendering. this means a component can begin rendering children while it's awaiting data. demo stolen from @ryansolid.bsky.social — these components should render in 3 seconds, but they only take 1: svelte.dev/playground/2...
October 28, 2025 at 9:02 PM
(It took Rich only 2 days to drop this, it just went out)
October 28, 2025 at 8:55 PM
Reposted by Antoine
this is auto-enabled in SvelteKit 2.48 which we released a few minutes ago. just need to have the latest Svelte version and opt into the `experimental.async` feature (svelte.dev/docs/svelte/...)
today we landed a @svelte.dev feature i'm pretty stoked about — we call it 'forking', and it lets you run state changes offscreen and later choose whether to commit them (e.g. user hovers on a link, preload data in case they click)

- docs svelte.dev/docs/svelte/...
- demo svelte.dev/playground/a...
forking monkeys • Playground • Svelte
Web development for the rest of us
svelte.dev
October 26, 2025 at 7:15 PM
Reposted by Antoine
part 5 is to enable parents and children to do work in parallel — right now, won't start loading anything until is ready to render



...but we're on it 😁 github.com/sveltejs/sve...
feat: out of order rendering by Rich-Harris · Pull Request #17038 · sveltejs/svelte
Extremely WIP. The tests pass, but it's an illusion — there's much still to do. This will enable out-of-order rendering, which is to say that in a situation like this, where something is aw...
github.com
October 26, 2025 at 12:25 AM
The Master Plan is approaching its completion, time to bring forking in SvelteKit and get everything out of experimental! 🔥
bsky.app/profile/antl...
today we landed a @svelte.dev feature i'm pretty stoked about — we call it 'forking', and it lets you run state changes offscreen and later choose whether to commit them (e.g. user hovers on a link, preload data in case they click)

- docs svelte.dev/docs/svelte/...
- demo svelte.dev/playground/a...
forking monkeys • Playground • Svelte
Web development for the rest of us
svelte.dev
October 26, 2025 at 12:22 AM
Reposted by Antoine
this is what the combination of a signal graph and a compiler gets you. it's super efficient in terms of both CPU and memory (and developer effort)

there's still a couple more pieces to the async puzzle that we need to sort out, but it's coming together better than i ever thought possible
October 25, 2025 at 7:11 PM
Reposted by Antoine
Hello, friends! After 10(!) years of #AdventOfCode, I've made some changes to preserve my sanity: there will be 12 days of puzzles each December (still starting Dec 1) and there is no longer a global leaderboard. Read more:
adventofcode.com/2025/about#f...
adventofcode.com/2025/about#f...
October 22, 2025 at 2:32 AM
Reposted by Antoine
Biome v2.3 is out!

👨‍👨‍👦‍👦 Full support for @vuejs.org, @svelte.dev and @astro.build
‼️ New ignore syntax
🌬️ Tailwind v4 support
⌨️ New CLI flags and reporters

biomejs.dev/blog/biome-v...
October 24, 2025 at 1:02 PM
Reposted by Antoine
Thanks for everything... it's just so nice to use for This Week in Svelte (and I feel bad for just clicking on the link to open the PR on GitHub sometimes 😅) 🤟🏻
October 24, 2025 at 11:28 PM
New batch of updates for Svelte Changelog!

Nothing huge, but a set of QOL improvements that will make the overall experience better.

Let's dive right in! 👇
October 24, 2025 at 11:17 PM
Beat the size of my block-only component

(I think I really need to try async Svelte)
October 21, 2025 at 8:06 PM
Answer: yes!

The Svelte team cooked once again

(Ignore the multiple log lines, I tried multiple times)
October 17, 2025 at 4:16 AM
Does query.batch batch calls across components boundaries?
I.e. if I call the same endpoint in +layout, +page & a subcomponent, are they all batched together?
October 15, 2025 at 10:51 PM
I should spin up a small Playwright test suite for Svelte Changelog
October 14, 2025 at 5:04 PM
I’d like to server-side benchmark/flamegraph a SvelteKit API endpoint, does anyone know how to do that?

(Not only an API endpoint, but flamegraph-ing parts of server-side SvelteKit would be really neat to do)
October 9, 2025 at 11:01 PM
Svelte Changelog now features dynamic OG images!

All the pages now cleanly renders an appropriate image when shared on all platforms
October 8, 2025 at 3:03 PM
Barely 8 hours since the sveltejs/mcp repo is public, no official post has yet been done, but @sveltejs/mcp is already live on Svelte Changelog! 🔥👀

@paolo.ricciuti.me and @khromov.se decided to make the repo public a few hours before my vacation flight, but that's a failed attempt at stopping me!!
October 4, 2025 at 4:55 AM
I *love* this kind of tutorial/example video from the team itself!

So useful to get started on this whole new paradigm in Svelte! 🔥
Answered some questions about Remote Functions and async Svelte!

Best part of this video is that I said "async SSR landing in SvelteKit soon maybe" and it's already out now! We're shipping too fast right now
A follow-up video that answers important question is now available too—SvelteKit Remote Functions tips: Auth guards, managing async, query.batch.
www.youtube.com/watch?v=z0f7...
September 24, 2025 at 7:56 PM