8 ms·
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
by bikeshaving 6mo 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/ https://crank.js.org/blog/why-be-reactive/
- codethief 6mo agoCompared to what? I mean, what's the alternative for an interactive app?
- bikeshaving 6mo agoManual 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.