React ES6


What is ES6?

ES6 stands for ECMAScript 6.

ECMAScript was created to look like JavaScript, and ES6 is the 6th version of ECMAScript, published in 2015, and also known as ECMAScript 2015.


Why Should I Learn ES6?

React uses the ES6, and you should be familiar with some of the new features such as:

  • Classes
  • Arrow Functions
  • Variables (let, const, var)
  • Array Methods like .map()
  • Destructuring
  • Modules
  • Ternary Operator
  • Spread Operator