Mykhailo Boichuk6 min read
Reducing Bundle Size in Modern Web Apps
JavaScript is the most expensive resource a page ships. Code splitting, tree shaking, and dependency discipline keep bundles small and pages responsive.
Topic
4 articles on web.
JavaScript is the most expensive resource a page ships. Code splitting, tree shaking, and dependency discipline keep bundles small and pages responsive.
Images dominate page weight. How to serve the right format and size, defer offscreen images, and reserve space so layout stays stable as they load.
Performance budgets turn speed from an afterthought into a constraint. How to set them, tie them to Core Web Vitals, and enforce them before regressions ship.
Server rendering, static generation, and full static export each answer different questions about freshness, scale, and cost. How to choose deliberately.