/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.tidyverse.org
| | medium.com
6.2 parsecs away

Travel
| |
| | freerangestats.info
2.1 parsecs away

Travel
| | svglite is a great way for producing good graphics for the web but there's a small hack needed if you want to use web fonts with it.
| | iainbean.com
6.6 parsecs away

Travel
| | Fine-tune your font files and optimise your loading strategy for maximum speed + minimum FOUT
| | adropincalm.com
32.4 parsecs away

Travel
| Babel is a JavaScript compiler mainly known for React and the ability to use js syntax not yet shipped to the browser. In this introduction we'll try to cover some of the core ideas such as @babel/core, @babel/cli, plugins, presets and the config file. The main idea In the js world, we like to use new and exotic syntaxes even if the browser doesn't provide support and never will. Before ie11 deprecation, a classic example was using the arrow function syntax.