Hacker News new | ask | show | jobs
by kenster07 4555 days ago
It would seem that browsers could implement the exact same algo using native code and achieve far better performance.

This raises the question: why aren't browsers already using this or something superior?

1 comments

Probably a big difference in the API applied; the DOM model may be much more flexible than what React allows.