|
|
|
|
|
by pjc50
1369 days ago
|
|
You cannot obsolete web browser features. That is simply not going to happen because of the long tail of devices. I'm not sure how you'd want to redesign the DOM, but you can't do that in a backwards-incompatible way either. You could probably speed up pages significantly by introducing deferred rendering to the DOM, but: backwards incompatible change. (That was my answer about hydration that you didn't like) |
|