DEV Community

Discussion on: Front End: Is Anything Getting Better?

Collapse
 
clamstew profile image
Clay Stewart • Edited

Code splitting is better and easier, so frontends don’t grow linearly. Also webpack and js modules make it so you can only use what you need from a given library. I think that saves the user a ton of unnecessary load time and in the aggregate has made the internet faster.