Explore >> Select a destination


You are here

github.com
| | adropincalm.com
3.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.
| | markus.oberlehner.net
3.4 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.
| | www.valentinog.com
2.9 parsecs away

Travel
| | Modern frontend tools like babel seem almost magical. What do they do really?
| | yasoob.me
16.8 parsecs away

Travel
| I guess it's not a simple python server. It is really simple and easy to deploy python server. Just imagine you want to share a folder on your pc with someone on your network. What you will do? Obviously you will start the sharing service but what if you have python installed and want an easier solution? Here you go. You can just type in: $ python -m SimpleHTTPServer This should be typed in the terminal or command prompt if you are a windows guy.