Comment by MrJohz
16 days ago
The other thing out of date is Svelte using compile-time tracking — Svelte now also uses runtime tracking, i.e. signals.
At this point, I think React and Lit are the only major frameworks not using signals. And I'm not 100% sure about Lit.
Lit is pushing for signals too. https://lit.dev/docs/data/signals/