| Website | https://geoffrich.net/ |
| Location | Seattle-ish, WA |
| Website | https://geoffrich.net/ |
| Location | Seattle-ish, WA |
Well, that was very worth watching, hope you liked it.
In case you missed it, here's the TL;DW
- `sv` cli: https://www.npmjs.com/package/sv
- svelte omnisite: https://svelte-omnisite.vercel.app/ (temporary, going live on https://svelte.dev soon)
- hackathon: https://hack.sveltesociety.dev/2024
- svelte5 released: https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md#500
and a bunch of super cool talks, go watch it!
svelte summit is about to start, grab your seats and strap in.
It's going to be great!
anyone know what the "correct" behavior is here (as per spec)? In Firefox, the first button icon is red and the second is blue. In Chrome and Safari, both are red.
Context: trying to get a svg icon inside a button to follow the color of the button (and fighting some global styles outside of my control).
I realize I’m biased, but I greatly enjoyed @tylersticka’s presentation at CascadiaJS, GIFs Are Forever, Let’s Make Them Better. I learned several things. Even if you think you know GIFs, you'll probably learn something new.
And if you missed it live, you can now watch it online:
https://www.youtube.com/watch?v=VhOEcA-Ne44
My CascadiaJS talk on #Svelte 5 from earlier this summer is now available as a standalone video!
I talked about what's new in Svelte 5 and how it makes Svelte apps more performant, more scalable, and easier to reason about.
Video: https://youtu.be/PQluuawldDE
Transcript: https://geoffrich.net/posts/cascadiajs-2024/
svelte5 still comes with batteries included, and one of them just got a little extra juice thanks to waapi.
https://github.com/sveltejs/svelte/pull/13018
smoothest/sveltest js animations ever!
Follow-up to #12883. Fixes #12730 Fixes #13019 Currently we assume that a transition can have a css method or a tick method but not both. #12883 allows both, but insists on at least one. In fact, w...
I think this is my best commit this year
> `remove test that was skipped 4 years ago`