|
|
|
|
|
by dmitriid
1935 days ago
|
|
> The DOM is just a kind of retained mode graphics, which can be fast depending on implementation. It's not, and can't be. There's literally no implementation of DOM that can be fast. There's literally no conceivable implementation of the current Web that can do, for example, fast animation on a list of elements without horrible hacks (like cloning elements, taking them out of the layout, hiding the original elements and then animating the new elements). > It will never be as fast as native, but if you think that it needs to be then you are missing the point. And what point would that be in the context of "If OS vendors wanted web-apps to succeed, they could have done a lot more"? |
|