JS classes are not “just syntactic sugar”

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

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
  • WHATWG HTML Standard

    HTML Standard

  • Looking at extending for another example. It requires the Reflect API to do properly, which, you guessed it, is not in ES5 either.

  • proposal-private-fields-in-in

    Discontinued EcmaScript proposal to provide brand checks without exceptions

  • I believe this was true, but it is becoming increasingly untrue as the spec gives more and more abilities and semantics to classes. Like, as you say, private fields, and more on the way.

  • 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
  • babili

    :scissors: An ES6+ aware minifier based on the Babel toolchain (beta)

  • To give you a taste, this is what babel transpiles to, but alas it requires the Reflect API, so it's not suitable as a ES5-only solution. It also incorrectly throws on that last console.log().

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

  • You might not need TypeScript Enum

    1 project | dev.to | 5 Sep 2023
  • How React, ReactDOM, and JSX Work Together?

    1 project | dev.to | 30 Apr 2023
  • React Tutorial: A Comprehensive Guide for Beginners (2023)

    3 projects | dev.to | 15 Feb 2023
  • Hybrid MVC + ReactJS with bootstrap

    1 project | /r/csharp | 20 Dec 2022
  • 14-ES6++: Null Coalescing in Javascript

    3 projects | dev.to | 26 Nov 2022