Does preloading of modules make sense?
An easy to implement technique relieving developers of bundling
4 min readOct 22, 2021
--
JavaScript modules offer enjoyable developer experience. However, it is believed that modules might disappoint exceptionally demanding users on the first-time visit because, in comparison to a single bundle, numerous modules need more time to load.