Explore >> Select a destination


You are here

2ality.com
| | jakearchibald.com
2.2 parsecs away

Travel
| | They behave differently, so make sure you pick the right one.
| | www.2ality.com
0.6 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
| | v8.dev
1.8 parsecs away

Travel
| | Top-level `await` is coming to JavaScript modules! Youll soon be able to use `await` without needing to be in an async function.
| | www.mattlayman.com
15.9 parsecs away

Travel
| How can you set up Tailwind CSS for your Django app on Heroku? In this article, we'll see how I did exactly that recently. I have a side project that uses Tailwind CSS. To get started quickly, I used the version from a Content Delivery Network (CDN) as Tailwind describes in the documentation. This worked fine initially while I got my project started, but the CDN version is huge (around 3MB).