DEV Community

Discussion on: What is the next big thing in frontend development?

Collapse
 
sergiodxa profile image
Sergio Daniel Xalambrí

fully automatic code splitting

That sounds a lot like [Require.js]requirejs.org), if you are loading all async then you will made the initial load slower.

But definitely having code splitting easier to do is awesome, if you can just add a single line and create a new splitting point that's is definitely useful.