/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

3.70.187.24
| | nagekar.com
0.0 parsecs away

Travel
| |
| | 3.79.57.119
0.5 parsecs away

Travel
| | [AI summary] Abhishek Nagekar reflects on his 2018 experiences, highlighting personal growth, professional achievements, and areas for improvement, while outlining goals for 2019.
| | dylanbeattie.net
2.4 parsecs away

Travel
| | An article from dylanbeattie.net
| | www.2ality.com
11.2 parsecs away

Travel
| Rich Harris' module bundler Rollup popularized an important feature in the JavaScript world: tree-shaking, excluding unused exports from bundles. Rollup depends on the static structure of ES6 modules (imports and exports can't be changed at runtime) to detect which exports are unused. Tree-shaking for webpack is currently in beta. This blog post explains how it works. The project we are going to examine is on GitHub: tree-shaking-demo