|
You are here |
krasimirtsonev.com | ||
| | | | |
babeljs.io
|
|
| | | | | Babel started out as a transpiler to let you write the latest version of the ECMAScript specification but ship to environments that don't implement those features yet. But it has become much more than that. "Compilers are the New Frameworks" says Tom Dale and I could not agree more. We're seeing more and more compile-time optimizations for libraries and frameworks. I'm not talking about syntax extensions to the language, but simple code transformations that enable patterns that would be difficult to accomplish otherwise. | |
| | | | |
keepinguptodate.com
|
|
| | | | | Learn how to add TypeScript support to your existing JavaScript projects so you can use TypeScript modules alongside your existing JavaScript modules. | |
| | | | |
adropincalm.com
|
|
| | | | | 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. | |
| | | | |
hansreinl.de
|
|
| | | How to use npm as a task-based build system for front-end projects by using different CLIs and npm's scripts for JavaScript and CSS. | ||