Didier Catz's Avatar

Didier Catz

@didiercatz.com

Engineering design https://didiercatz.com

73
Followers
122
Following
20
Posts
23.11.2023
Joined
Posts Following

Latest posts by Didier Catz @didiercatz.com

You could always clone it and run it locally!

12.10.2025 13:51 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Unsolicited tip: you can even do this:

<div style:transform="translate({x}px, {y}px)"> ... </div>

10.10.2025 12:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I doubt it. It's a SvelteKit feature (not a Svelte feature), but you can always just make remote fucntions call to your 3rd party API.

09.10.2025 10:40 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Give me a recipe for a lemon pie

02.10.2025 12:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

You didn’t! Just leaving in case there’s any context missing to other readers (these automatically get cross posted to the Discord)

29.09.2025 20:46 πŸ‘ 5 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

Vercel doesn't own Svelte. They just pay a few folks to work on Svelte full-time. It's independent.

www.reddit.com/r/sveltejs/c...

29.09.2025 20:21 πŸ‘ 18 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

Appreciate you & the team asking for feedback from the community!

24.09.2025 22:15 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

(This goes for all deriveds)

24.09.2025 20:19 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

This one I'm not 100% sure on but I believe this should be let, not const:

const noTasks = $derived(tasks.length === 0);

24.09.2025 20:17 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Additionally, $state and $derived runes can just have their types normally annotated. No need to pass a generic

`export const store = $state<TaskBoxState>(initialState)`

↓ can be ↓

`export const store: TaskBoxState = $state(initialState)`

24.09.2025 20:14 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

First thing I saw when clicking around was this;

In Svelte, you can just do this:

<label for="title-{task.id}">
<input id="title-{task.id}">

No need to do string interpolation with brackets and backticks.

24.09.2025 20:12 πŸ‘ 7 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

The work that the Svelte team is doing is, in my opinion, the most exciting thing in web dev. Not only is what they’re putting out transformative and so, so, so well designed, but they’ll announce some huge new thing coming out β€œin the future” and a week later, it’s in a patch release.

23.09.2025 22:09 πŸ‘ 13 πŸ” 3 πŸ’¬ 0 πŸ“Œ 1

Good Svelte code on an LLM that can run entirely on-device? That's huge

24.09.2025 19:45 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

SchrΓΆdinger's mouse?

17.09.2025 18:34 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hey is that a Strandberg?

26.12.2024 14:29 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

shout-out to @didiercatz.com and @khromov.se for building this!

13.12.2024 17:31 πŸ‘ 29 πŸ” 1 πŸ’¬ 1 πŸ“Œ 1

β€œyou wouldn’t download an iframe”

11.12.2024 11:43 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

rubberducking

20.11.2024 20:56 πŸ‘ 7 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail
20.11.2024 12:07 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

boasts

17.11.2024 17:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

What theme + font is that? Looks like Rose Pine

12.11.2024 18:24 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I’ll add: layout animations! Svelte has a built-in animate:flip directive but it only works while looping over keyed elements. It’d be amazing to have shared layout transitions.

12.11.2024 17:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0