← Graph

Tree Shaking

concept 1 connections

Build-time technique for shrinking JavaScript bundles by removing code that isn't actually used. Caio Almeida recommends tree-shaking and dependency auditing because on the front-end side an `npm install` to get one function can easily add 100KB to the bundle, hurting load times especially on poor networks.

category
practice
about
Tree Shaking concept
Caio highlighted bundle size and tree-shaking as underappreciated front-end performance levers.

Provenance

Created in
Performance Panel at wroclove.rb 2024 2026-04-17 23:20
Read by
4 extractions