Slide 42
Slide 42 text
To Bundle Not
• Eliminate middleware and reduce the dependencies you
need to ship your application (debugging, configuring, DX).
• Modern browsers run ES6 faster than the compiled code.
• Harnessing the power of multiplexing in HTTP2, serving
multiple small files will work faster than serving a single file or
even multiple bundled files.
• Better management for browser caching as only the
updated files will be invalidated, not a whole bunch of
bundled files.