top | item 45648585

(no title)

alserio | 4 months ago

have you tried svelte 3/4?

discuss

order

SebastianKra|4 months ago

Svelte:

  let doubled = $derived(count * 2);
React:

  const doubled = count * 2

codedokode|4 months ago

React is the most inefficient in terms of performance (after imgui); it recomputes everything on every event like mousemove. It was probably made for simple forms with tens of variables.

alserio|4 months ago

I explicitly said svelte 3 and 4, while runes have they pro and I appreciate them, svelte was terser before.