Comment by ruduhudi
17 hours ago
And just like svelte this is elegant exactly until you realize that it is not possible to correctly track all the dependencies and just like svelte you realize that a mix of explicit and implicit reactivity is really hard to debug and then you seitch to explicit reactivity and then you are just as complex as any other reactivity based framework
With the introduction of proxy-based reactivity using runes, that is largely a solved problem in svelte.
I'd argue that it's easier to debug a few lines of magical code than 10x lines if non-magical code.
And then you’re back to React!