/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
| | krasimirtsonev.com
3.9 parsecs away

Travel
| | Transpile to ES modules with Babel / While I was working on Navigo an issue popped out. It was about using the library in the context of Web Dev Server where we have everything in TypeScript. And something was not ok with Navigo. The npm package wasn't exported properly and we were keep getting a does not provide an export named 'default' error. It turned out the problem is that Navigo is not exported properly as ES module (also known as ESM).
| | www.valentinog.com
3.1 parsecs away

Travel
| | Modern frontend tools like babel seem almost magical. What do they do really?
| | juandebravo.com
5.5 parsecs away

Travel
| | Juan de Bravo - Personal thoughts about technology (@juandebravo)
| | www.taniarascia.com
20.0 parsecs away

Travel
| You've probably heard of Grunt, the JavaScript task runner that runs on Node.js. Maybe you've tried to get it up and running, but got lost...