Hacker News new | ask | show | jobs
by rado 1684 days ago
HTTP/2 uses a single connection for all modules, no?
1 comments

If you use 'native' imports in that way instead of bundles, you're still stuck with artificially delayed loading times because the browser has to parse your code, request the first layer of dependencies, parse that code, request the second layer of dependencies, etc.