New ES2021 JavaScript features (now available)

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

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
  • proposal-logical-assignment

    Discontinued A proposal to combine Logical Operators and Assignment Expressions

  • 📙 Proposal

  • proposal-numeric-separator

    Discontinued A proposal to add numeric literal separators in JavaScript.

  • 📙 Proposal

  • 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-string-replaceall

    Discontinued ECMAScript proposal: String.prototype.replaceAll

  • Just like with String.prototype.replace, searchValue can be a regular expression, but it has to include a global flag, otherwise it will throw an exception. As mentioned in the proposal:

  • proposal-promise-any

    Discontinued ECMAScript proposal: Promise.any

  • 📙 Proposal

  • proposal-weakrefs

    Discontinued WeakRefs

  • But if you're interested, feel free to read more in the original proposal.

  • v8.dev

    The source code of v8.dev, the official website of the V8 project.

  • Promise.any([ fetch('https://v8.dev/').then(() => 'home'), fetch('https://v8.dev/blog').then(() => 'blog'), fetch('https://v8.dev/docs').then(() => 'docs') ]).then((first) => { // Any of the promises was fulfilled. console.log(first); // → 'home' }).catch((error) => { // All of the promises were rejected. console.log(error); });

  • babel-sublime

    Syntax definitions for ES6 JavaScript with React JSX extensions.

  • 📝 Note: For older browsers support (which you should definitely care about), you will need to set up your project with the Babel compiler. Babel will "translate" those new features to some JavaScript that older browsers can understand. Try it out on the Babel homepage!

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Show HN: Invertornot.com – API to enhance your images in dark-mode

    3 projects | news.ycombinator.com | 25 Mar 2024
  • Top 8 Recent V8 Updates

    5 projects | dev.to | 13 Mar 2024
  • ByteNode: A minimalist bytecode compiler for Node.js

    1 project | news.ycombinator.com | 15 Jan 2024
  • I wonder who asked

    1 project | /r/linuxmemes | 11 Dec 2023
  • C++ Specification vs Implementation

    3 projects | /r/cpp_questions | 19 Nov 2023