Dominic Gannaway

Results 195 comments of Dominic Gannaway

@dummdidumm I feel like the new warnings largely address this issue now.

> There needs to be more docs on this, the warning itself is somewhat vague without any additional explanation IMO. It could come as part of the general "more details...

@dm-de It's not a problem if you reference things in state from the beginning. If you don't then you'll need to use `$state.is`. This is just how JavaScript proxies work,...

@Rich-Harris I'll try and find out from the user who reported it.

This looks to be working as expected for runes mode. Svelte 4 doesn't have runes mode, so you're not comparing apples to apples. I wonder if you remove the usage...

Is there a format library that handles this already? I'm happy to work on this but would rather not reinvent the wheel.

I think the first thing to do here is to isolate SSR + hydration from just purely client side rendering, i.e. disabling SSR entirely. Also Lighthouse doesn't really do any...

Ah thanks for that. I checked out your github repo and see these results from the perf trace on DEV: Svelte 4: ![Screenshot 2024-05-13 at 14 49 44](https://github.com/sveltejs/svelte/assets/1519870/8bfa79b8-528e-47a3-b7f7-597f3f771dc7) Svelte 5:...