Hacker News new | ask | show | jobs
by bikeshaving 79 days ago
I’ve written about how Svelte, Vue, and Solid are all reactive and share common pitfalls due to their reactive solutions. My theory is that they all cause worse bugs than they prevent.

https://crank.js.org/blog/why-be-reactive/

1 comments

Compared to what? I mean, what's the alternative for an interactive app?
Manual refresh(). This is something Crank does, and other frameworks like the new Remix one is picking it up as well. Being explicit has its advantages.