Bundlers: a deep dive into modern JavaScript build tools
Friday, February 28, 2025 12:30 PM to 1:00 PM · 30 min. (Africa/Abidjan)
Main Stage
Session
Frontend and JavaScript
Information
Modern JavaScript bundlers are architectural marvels that transform complex codebases into optimized production assets. This technical deep dive deconstructs how bundlers like Vite, webpack, or Rollup work under the hood, revealing the engineering that powers our build tools.
We will journey through the bundling pipeline, starting from the understanding of the AST, parsing and static analysis for dependency resolution, some core optimizations like tree-shaking and code spitting, closing with some advanced concepts like HMR.