Curriculum
Course: React
Login

Curriculum

React

Text lesson

React ES6

What is ES6?

ES6, or ECMAScript 2015, is the 6th version of the ECMAScript standard created to standardize JavaScript, and it was published in 2015.

Why Should I Learn ES6?

React utilizes ES6, so you should be familiar with features such as:

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