React
Fundamentals of React - Hello World

Summary

PRO

So far in the course, you've already:

✅ Learned what the general structure and format of a typical React app

✅ Learned what JSX and Babel are and how Babel is used to turn JSX into normal JavaScript

✅ Applied your new knowledge and skills in our Hello World exercise

Next, let's take a look at how React components work and how you can pass in dynamic properties ➡️