Answer the question
In order to leave comments, you need to log in
Do ES6 modules slow down website loading speed?
If I use ES6 modules when developing with webpack, then everything is clear. Webpack collects all modules into one bundle, which is loaded onto the page with one request. If you use modules in the browser, then do I understand correctly that the modules will be loaded dynamically, thereby repeatedly (if there are many modules) increasing the number of requests to the server and thereby reducing the site loading speed?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question