If you valued your sanity when developing complex Web UIs, React was a lifesaver.
DOM sucks though, it's slow, it's heavyweight, it lacks transactions. We're stuck with it, and frameworks like React have to do the DOM diffing + patching thing, explicitly, in JS.
Nah.
https://svelte.dev/blog/virtual-dom-is-pure-overhead
https://news.ycombinator.com/item?id=43971164