/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

www.2ality.com
| | krasimirtsonev.com
2.8 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.jakearchibald.com
4.4 parsecs away

Travel
| | They behave differently, so make sure you pick the right one.
| | scastiel.dev
4.0 parsecs away

Travel
| | If you use JavaScript you probably know that recently a lot of new features arrived with ES2015 (also known as ES6): classes, const/let keywords, destructuring arrays and objects, modules and imports, etc.
| | www.codevoid.net
12.9 parsecs away

Travel
| Developer inner loops are critical. Getting them setup requires many steps. I take a few steps to make the simplest cases simple in Visual Studio Code and Panic Nova.