Earlier quoted context omitted.
have you tried svelte 3/4?
Svelte: let doubled = $derived(count * 2); React: const doubled = count * 2
State-based vs Signal-based rendering
61–64 of 64 posts
Re: State-based vs Signal-based rendering
#62Re: State-based vs Signal-based rendering
#63Earlier quoted context omitted.
Svelte: let doubled = $derived(count * 2); React: const doubled = count * 2
I explicitly said svelte 3 and 4, while runes have they pro and I appreciate them, svelte was terser before.
I find it pointless to argue about old versions of Svelte and Vue, when their drawbacks have already been addressed by their own creators [^1].
Re: State-based vs Signal-based rendering
#64Are Angular signals the same as Preact signals?
I can't say as I'm not familiar with Preact signals, but I do know the Angular team brought on the author of SolidJS to implement signals in Angular. Though I think I remember reading at some point that Preact signals were essentially directly ported from SolidJS, so they're likely similar if nothing else. (Someone correct me if I'm wrong)