Web Performance Optimisation Techniques III - Tree Shaking
Tree shaking is a term borrowed from the concept of shaking a tree to remove dead leaves. In the context of web development, it refers to the process of eliminating unused or "dead" code from an application during the build process. This is particula...
blog.mycodingnotebook.com8 min read