Explore >> Select a destination


You are here

putridparrot.com
| | www.2ality.com
10.7 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
| | vladivanov.me
10.0 parsecs away

Travel
| | What are modular systems in JavaScript? Why are there so many? What problems can arise from this and how can they be solved? And what to choose in 2023? I'll tell in this article.
| | www.tsmean.com
11.4 parsecs away

Travel
| | What does the module option in the TypeScript compiler options do exactly? Learn what CommonJS, AMD or ES6 actually do.
| | www.webstoemp.com
60.9 parsecs away

Travel
| Eleventy might not have multilingual and localisation capabilities out of the box, but you can build a pretty good setup using global data files, collections and Nunjucks as a templating language.