Hacker News new | ask | show | jobs
by balls187 4505 days ago
This isn't about AngularJS in particular. This is about using a client-side JS app framework.

Substitute any other flavor and the same problems exist.

2 comments

The problem is using languages designed for animated rich documents for GUIs.
the title is misleading - it should have said 'client side js frameworks are bad'

keep in mind that client side JS have to work with the DOM - which is pretty awful