Introduction to JSX

Get to know the basics of JSX and its syntax in React. You will also learn more about the App component and where to use it.

We'll cover the following

As mentioned before, create-react-app has already bootstrapped a basic application for you, and all files come with their own default implementations.

For now, the only file we will modify is the src/App.js file.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy