Hacker News new | ask | show | jobs
by mosdl 2271 days ago
Even in complex apps, most of the DOM remains the same and you are changing several properties (some text, changing some classes).
1 comments

That's not true as soon as your UI contains conditional logic or a list of elements, at least one of which will be present in almost every web application.