I'm Ángel Brasero
I'm a software engineer. Passionate about technology, software development, music, 3D printing...
And above all that: my family.
My blog
The Power of Tree Shaking in Frontend Development by example
The primary goal of tree shaking is to reduce the size of the final JavaScript bundle that is delivered to the browser. Smaller bundles mean faster load times, improved performance, and a better user experience.