Hacker News new | ask | show | jobs
by movedx 3551 days ago
You just have to love that classic approach to web development, right?

JavaScript is great for improving the user experience, but it's often vastly overused and just makes me scream for simpler times such as the classic web app.

2 comments

I'm increasingly convinced that much better solutions to most of the problems Javascript and AJAX solve ("solve") would have been better frames and improved HTML forms.
Exactly! I use Bootstrap for the auto-scaling to the device, and AlpacaJS for the dynamically generated and adjustable forms... but that's it. That's all I want from JS: form management and validation, and responsive design (and I believe the latter is done in pure CSS anyway?)
"Modern" web has made me embrace back native development and see the web as HTML/CSS only, as it should have stayed.
I totally agree.

JavaScript for dynamic forms and validation, and any responsive design functionality it gives me through the use of Bootstrap/SemanticUI... that's it.