Hacker News new | ask | show | jobs
by wildrhythms 2958 days ago
Javascript speeding up really has nothing to do with the front-end bloat. I think the problem is that there are a lot of (new?) developers in the frontend space who focus on learning a library (like Angular or React or Vue), and because these libraries have grown so complex in an attempt to solve any frontend problem that might be thrown at them, developers no longer feel the need to write a website without it.

I'm not a purist by any means, but I do think we've come to rely far too heavily on frontend libraries... And not just a reliance, but an expectation of things like single-page applications. I'm sad when I see developers pulling 4-5MB of minified javascript on a page load for something that could have been accomplished in CSS or maybe a dozen lines of JS. :/