Tree-shaking
Learn what the tree shaking is and where we can use it.
We'll cover the following
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 1400+ tech skills courses.