Rich Harris
Rich Harris
client and server
client/server/service-worker
it would be neat if you could drag a T or + connection and have all the connected dividers move in tandem
[WIP] V3
the interesting new stuff is in https://github.com/sveltejs/svelte-upgrade/tree/v3/test/v3/samples --- Some TODOs: * [ ] update `bind:`/`class:`/etc directives to use braces for argument (`bind:foo='bar'` -> `bind:foo={bar}`) * [ ] throw an error...
to avoid unnecessary network requests when list pages are requested. Should probably keep a lot of the comments in memory as well
Started working on one [here](https://svelte.technology/repl?version=1.20.2&gist=a19fbc16f872071e014d19d79c12e273), but it looks a bit crap because it turns out that an `M` command inside an SVG path element resets the dash, meaning you can't...
[This SO question](https://stackoverflow.com/questions/52663075/how-to-persist-state-of-svelte-components-in-a-virtual-list) illustrates the problem
The corollary to #4 — there's currently no way to listen for events coming from a row component. One way would be to have a single catch-all event: ```html ```...
Inside a derived expression, `$effect.active()` should be true, since this likely determines whether or not effects that affect the derived value are created [Demo here](https://svelte-5-preview-git-effect-active-derived-svelte.vercel.app/#H4sIAAAAAAAAE41Uy27bMBD8lYUQQBTsyE7b9OCHjB5yKYr00N7qApGlVcKEIgVyZdQQ9O8l9bIEx0BAwBA5u7Ozy6ErL-MCjbf6U3kyztFbed-Kwpt7dCrcxhxRENq9UaVO3MnGJJoXFO3lnnheKE1QQZwQP-KDwBwlQQ2ZVjn44aIkLkzYkoSvxl_bLJsnkOCglIAt3BiKCVkWC4OBwwzSb56jKomxALZRH0i6xDncLZfLJixR0hAkHUmK2tZPWRO7m8oJk1JrJ2sFpUwx4xJTS7FZnBuRm0JjVH3_9fMxNKS5fObZiVWOrQ7qzcKhLihqiVdQucK7sBBxgi9K2PKw28HT5qYDhEpi8Wjn6Y79MAz9OnpyRG01LouSYJS93Xt3ey-6An26Dn2-Dn25Dt1fh742kAUPJZGSUQztx2bRHTSgoZPA1gINR-U-95RyY9lOKzjYAbyt28M81s9crmDpVniPOTRA3VxBwwNgDZarlGccU2_lbrqeD34ce-hszFczNuVgROLJ2-C_Nsdfg9OM_5qQ1jdTv25BY5zGB4Gd5VKVlI11JnFzYGWRWrc2MU3L58A0fTjajx_cEErUzM8sZLj059AlrT-SYG0_zbA5GqnUEti57IhHY66swo_U_lDWhQCq7W_daslKaQei5HlemZyDfcGaglaZe9lH1MYFDY972RI5THTVjEWXw6khVUyb7dp8tmD3fFnQH1rTZcBuMMsw6a-IBSN4Tx3IJjM75w4qZjPYbq2SYBpj_4WsIiuxaa1j6dqazfpptqtudffrvcvqlzMnC0J6Qfmesl7d7e1oSu-q6xXuQjYV0wsaby_lXiKjJro2B6hrKJNDqXpwxeWz_Vv_BxCrHY1SBgAA) ### Before submitting the PR,...