|
|
|
|
|
by unilynx
1691 days ago
|
|
QUIC / HTTP3 does not fix the roundtrip wait times caused by dependencies - if 'a.mjs' imports 'b.mjs' which in turn imports 'c.mjs'... you still need two roundtrips to load all three. only a bundler can fix that (or a hypothetical process which would set up preloads for all required libraries, but that would just be a bundler without the actual bundle creation step) |
|
[1] https://medium.com/@nikita.malyschkin/the-future-of-web-depl...