Hacker News new | ask | show | jobs
by Spivak 672 days ago
And then Svelte showed that you could avoid all that with a compilation step and live update the dom efficiently.

https://svelte.dev/blog/virtual-dom-is-pure-overhead

React is also at the point where re-rendering the whole app is a fiction the library maintains for you while being smarter and doing less, why not go the whole way?

2 comments

And then SolidJS showed that you could do the same thing even without a compilation step.
Agree, react is way too bloated right now. The original idea and first versions were great.
The original idea and first versions were extremely inefficient and unscalable