6 ms·
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 brow
by kenster07 13y 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?
- tel 13y agoProbably a big difference in the API applied; the DOM model may be much more flexible than what React allows.