/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.valentinog.com
| | scastiel.dev
2.1 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.
| | 2ality.com
1.1 parsecs away

Travel
| | The ECMAScript proposal "import()" by Domenic Denicola is at stage 4 and part of ECMAScript 2020. It enables dynamic loading of ECMAScript modules and is explained in this blog post.
| | vladivanov.me
2.4 parsecs away

Travel
| | What are modular systems in JavaScript? Why are there so many? What problems can arise from this and how can they be solved? And what to choose in 2023? I'll tell in this article.
| | kaidez.com
12.4 parsecs away

Travel
| Use JavaScript functional programming to set click-to-link functionality on a set of elements. Code sample has a basic webpack/Babel setup.