Hacker News new | ask | show | jobs
by already 1300 days ago
I hate JS only frameworks. What’s the point of making things more complicated? HTML makes it cleaner and easier to work
1 comments

Why do you think it is more complicated? The logic of the UI and application itself is the complicated part. That is the difference between a document and an application. The HTML ends up being turned into small pieces and has to be dynamically manipulated in an application. There are lots of if and else statements to create the HTML.