Hacker News new | ask | show | jobs
by ironmagma 1987 days ago
Bundlers these days are very good. Any code that isn’t used is removed with tree shaking/dead code elimination, and React can be swapped with Preact which has a lot smaller bundle size as well.