Hacker News new | ask | show | jobs
by ng12 2532 days ago
> And most JS frameworks confuse the logical structure of an app with the 'physical' structure of the DOM.

Because that's what JavaScript does. How is it any different than document.getElementById or the window event handling system?

The point is if we're going to do it we might as well do it well.