Explore >> Select a destination


You are here

krasimirtsonev.com
| | adropincalm.com
8.1 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.
| | keepinguptodate.com
8.8 parsecs away

Travel
| | Learn how to add TypeScript support to your existing JavaScript projects so you can use TypeScript modules alongside your existing JavaScript modules.
| | 2ality.com
11.8 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).
| | ncorti.com
81.4 parsecs away

Travel
| How to use AndroidX migrated libraries on not yet migrated Android projects