/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

2ality.com
| | www.valentinog.com
1.0 parsecs away

Travel
| | What's special about generator functions and asynchronous generators in JavaScript? Let's find out!
| | nabeelvalley.co.za
3.0 parsecs away

Travel
| | Converting callback based APIs into Async Generators in JavaScript/Typescript
| | www.2ality.com
1.8 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
| | lukeb.co.uk
9.1 parsecs away

Travel
| While I was rebuilding my website in Eleventy, I saw Amber Wilson's article about adding Webmentions to her site shared on Twitter. I'd heard of Webmentions but I'd never really looked into them and while I was reading Amber's post, I thought that it's a really cool idea and added them to the list of things I wanted to add to my site.