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

In a project I work on right now I use no XML/HTML. I love HTML and it's great for static web pages/documents and for "old school" server side rendering. But for a SPA with real time and dynamic updates, it's the wrong tool. It's much faster appending the elements to the DOM. Lexical scope and closures plus being able to call functions that returns elements in JavaScript makes it fun.


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

Search: