Explore >> Select a destination


You are here

maxrozen.com
| | frantic.im
8.6 parsecs away

Travel
| | From React.createClass to hooks: why React is at odds with JavaScript
| | kewah.com
7.5 parsecs away

Travel
| | The reasons I started to use react-testing-library for testing React components and why I like it.
| | www.cheehow.dev
11.0 parsecs away

Travel
| | Collection of best practice coding conventions.
| | adropincalm.com
39.0 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.