Hacker News new | ask | show | jobs
by ng12 2548 days ago
Why provide a layer of indirection between the developer and the DOM? I already know HTML elements and the DOM API, why should I want to learn a hole new framework to construct them?
2 comments

Everything these days abstracts the DOM. Why use anything then?
It's not abstraction it's indirection. You're not using <a> or <button> you're using UIButton and UILink and whatever a UIExpandedLabel or a UISelectionController does.
Because DOM APIs are horrible verbose imperative low-level monstrosities?