Explore >> Select a destination


You are here

krasimirtsonev.com
| | 2ality.com
3.9 parsecs away

Travel
| | Babel's loose mode transpiles ES6 code to ES5 code that is less faithful to ES6 semantics. This blog post explains how that works and what the pros and cons are (spoiler: normally not recommended).
| | whitep4nth3r.com
2.4 parsecs away

Travel
| | Learn how to build, test and release a JavaScript node module in ES6 all the way from npm init to npm publish.
| | adropincalm.com
2.7 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.
| | vladivanov.me
21.8 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.