React

The one of the web’s most popular frameworks for building JavaScript applications. If you know what you’re doing, React can drastically simplify how you build, use, and maintain code.

Whether you’re a React newbie or you’re ready for advanced techniques, you can level-up with egghead.

React is just JavaScript

One of the nice aspects of React is that it is just JavaScript. When you are creating react applications, you are able to use all of your core knowledge about JavaScript and apply it to the creation of components in React.

Of course, if your JavaScript fundamentals aren't quite there yet, this can be an entirely different challenge!

We highly recommend Kent C. Dodds's article on JavaScript for React to get an idea of the essential JavaScript you'll need to be successful on your React journey.