Upcoming Interesting JavaScript ES2021 (ES12) Features to Look for

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

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

    Tracking ECMAScript Proposals

  • All these features will be shipped, soon. If you are interested, you can learn more about other proposals in official Ecma TC39 GitHub repository. This repository keeps track of all proposal and also of stages each proposal is currently at. Now, let's take a look at what interesting features the ES2021 specification will bring.

  • proposal-string-replaceall

    Discontinued ECMAScript proposal: String.prototype.replaceAll

  • The replaceAll() method also accepts regular expressions. So, if regex is your thing you can use it as well. You can also use a function as the replacement. If you do, this function will be executed for each match in the string. You can read this proposal in the official repository.

  • 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
  • proposal-weakrefs

    Discontinued WeakRefs

  • One important thing about WeakRef and finalizers. The proposal for this feature itself advises not to use them. One reason is that they can be unpredictable. Another one is that they don't really help garbage collection do its job. They can actually make it job harder. You can read more about the reasons in the proposal.

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

  • Time, Space and Complexity

    2 projects | dev.to | 17 Apr 2024
  • Javascript doubt

    2 projects | /r/CodingHelp | 4 Jun 2023
  • Is this a javascript thing or a typescript thing?

    1 project | /r/learnjavascript | 4 Jan 2023
  • Novedades javascript 2022 📢

    1 project | dev.to | 12 Jul 2022
  • New JavaScript Features ECMAScript 2022 (with examples)

    1 project | dev.to | 27 Jun 2022