Getting started with ECMAScript6

This page summarizes the projects mentioned and recommended in the original post on dev.to
ES6

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ECMAScript 6 compatibility table

    ECMAScript compatibility tables

  • The setup necessary for building ES6 apps is determined by the amount of cross-platform compatibility you wish to give. Most of ES6 is already supported by the latest versions of Chrome, Firefox, Edge, and Node.js, so if you're just targeting these newer runtimes, you can start using it right now.For further details about which runtimes support which features, you can consult the ES6 compatibility table.

  • es6-features

    ECMAScript 6: Feature Overview & Comparison

  • I've tried to cover some of the most important new changes, but there are many other cool new features in ES6 that I don't have space to cover in this article. For more information, you can browse a quick overview of the new features on es6-features.org, read a more detailed introduction in the Exploring ES6 book, and, for even more in-depth details, read the ECMAScript 2015 Language Specification.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • babel-sublime

    Syntax definitions for ES6 JavaScript with React JSX extensions.

  • Fortunately, there's a project called Babel which allows you to convert your ES6 code into ES5 code. This means that you can still write code in ES6 while developing web applications that anybody with an ES5-compliant browser can use. It takes some effort to figure out how to set everything up the first time, so I've included a step-by-step guide below to help you get started more quickly.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Do You Need an SBOM?

    4 projects | dev.to | 6 May 2024
  • 10 GitHub Repos for Mastering JavaScript

    10 projects | dev.to | 19 Apr 2024
  • 🧙‍♂️Master JavaScript with these 5 GitHub repositories🪄✨🚀

    4 projects | dev.to | 16 Mar 2024
  • Mastering NPM Library Creation: Bundling with Vite

    1 project | dev.to | 2 Mar 2024
  • Ts-C-compiler: Multipass C Compiler, Assembler and x86 emulator in TypeScript

    1 project | news.ycombinator.com | 19 Feb 2024