Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

perhaps you are right about DOM but isn't HTML/XML just a way of representing an object tree... I don't see anything inherently wrong with this?


Yes, but while great for telling a browser how to render that tree, it's not an efficient way of mentally representing a frequently-updating app-driven UI.

What devs are really rendering is a tree of components, laid out on a canvas. There's no reason they should have to think in terms of how those components are managed or represented in lower-level HTML, any more than in binary.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: