Hacker News new | ask | show | jobs
by _def 2489 days ago
> They load the whole bundle at once [...]

Isn't this a good thing? Genuinely asking.

1 comments

It depends. If I'm never planning on visiting the "live dashboard" of some website then all the extra code that is loaded for that feature is useless to me. That's why separate bundles exists (with browserify, webpack etc).