in ReactJS by
What is the difference between the ES6 and ES5 standards?

1 Answer

0 votes
by
This is one of the most frequently asked react interview questions.

These are the few instances where ES6 syntax has changed from ES5 syntax:

Components and Function

es5

exports vs export

exports.

require vs import

require
...