Antoine
banner
antleth.fr
Antoine
@antleth.fr
Tech enthusiast, passionate software engineer and hardcore dark mode advocate
Reposted by Antoine
🫡 because it’s best-in-class
November 12, 2025 at 11:43 AM
Svelte Changelog mentioned
November 12, 2025 at 10:56 AM
Genuine question: why would anyone use this over caniuse?
Are the estimated date & add to calendar the only exclusive features?
November 11, 2025 at 11:53 AM
(you should be able to also include the scheme — https:// — in the path of svcl dot dev, but for some reason it created a 404. I'll fix this eventually)
November 9, 2025 at 11:06 AM
This feature was requested by @jyc.dev about 6 months ago, and I finally decided to implement it!

svcl.dev is just a redirect domain for svelte-changelog.dev: You can hit the short version directly, as well as using the long one to prefix GH links!
svelte | Svelte Changelog
A nice UI to stay up-to-date with Svelte releases
svcl.dev
November 9, 2025 at 11:06 AM
I do have a devlog! But for now it’s a single static page for v2, I really need to actually make it a "blog" 😭
October 29, 2025 at 6:34 AM
(2. I'm not settled on the design (and I don't like it much tbh) nor the supported feature scope, feedbacks are VERY welcomed!!)
October 28, 2025 at 10:23 PM
(1. The navigation took a bit of time because SC resolved the PR link after trying to resolve the initial _issue_ link (#17038 is a PR, but it wasn't a link in the API and was "linkified" as an issue cause it's the default and works for PRs too), bad demo PR choice!)
October 28, 2025 at 10:23 PM
What are they? Can we follow them live?
October 26, 2025 at 5:55 PM
You guys never stop shippin
October 26, 2025 at 10:41 AM
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
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