Next-Gen JavaScript

We’ve already talked about what React is. Now we are going to review Javascript, everything that is used intensively in React applications.

React apps are typically built with the latest version of Javascript and using next-gen features allows us to write clean and robust React apps. React itself uses many next-generation Javascript features.
Therefore, it is important that you understand all these features and not get confused by them. Javascript is evolving rapidly and so new features may look different but they really allow us as developers to do more powerful things.