| ▲ | ruduhudi 15 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 | ||
| ▲ | tacone 3 hours ago | parent | next [-] | |
I'd argue that it's easier to debug a few lines of magical code than 10x lines if non-magical code. | ||
| ▲ | lf-non 6 hours ago | parent | prev | next [-] | |
With the introduction of proxy-based reactivity using runes, that is largely a solved problem in svelte. | ||
| ▲ | wiseowise 13 hours ago | parent | prev [-] | |
And then you’re back to React! | ||