↧
RSS Graffiti 2.0
RSS Graffiti (RSS importer for Facebook) has a new version. Must say the UI is very slick. RSS Graffiti →
View ArticleControl the behavior of JavaScript imports with Import Maps
Shipping in Chrome 89 are Import Maps, which allows control over what URLs get fetched when importing modules. Let’s take a look at this very welcome addition. When importing ES Modules (on the web),...
View ArticleSupport Import Maps in any browser with es-module-shims
JavaScript Import Maps – which I wrote about earlier here — are a great addition to the web. Unfortunately they’re only supported in Chromium 89+. Thankfully there’s a polyfill available:...
View ArticleESNext: Import Assertions (JSON Modules, CSS Modules, …)
Did you know you can import JSON and CSS files just like you import JavaScript Modules? Thanks to Import Assertions, it’s as easy as this: Building upon "Import Assertions" we recently saw JSON...
View Article