/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
| | amanhimself.dev
1.8 parsecs away

Travel
| | [AI summary] This article explains how to use import statements in Node.js by setting up a project with Babel to enable ES6 modules, avoiding syntax errors.
| | adropincalm.com
1.5 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.
| | markus.oberlehner.net
2.0 parsecs away

Travel
| | Learn how to use partial hydration with Eleventy and Preact and how to apply the principles of progressive enhancement to build resilient websites.
| | blog.alexdevero.com
17.0 parsecs away

Travel
| Do you want to build React app with express API? This tutorial will show you how. Learn how to create a simple React app and build API with Express.js.