Explaining Tree Shaking in JavaScript

In this post I will talk about how to apply Tree Shaking to JavaScript code.

Similar

The Odyssey of Asynchronous JavaScript

When I was learning JavaScript (about 1-2 years back), my mentor had me go through it step-by-step. So, first I spent some time to get comfortable with callbacks. Then I jumped onto Promises. And then, after months, I started using Async-await. (more…)

Read more »