Tree-shaking

Learn what the tree shaking is and where we can use it.

Tree shaking is a technique used by module bundlers to remove unused code from an application to reduce the final bundle size. This feature relies on the static structure of the ES2015 module syntax

Get hands-on with 1200+ tech skills courses.