logoalt Hacker News

nine_kyesterday at 6:58 AM2 repliesview on HN

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.


Replies

youngtaffyesterday at 7:26 AM

React was a solution to a ten years ago problem

show 1 reply