React - Introduction to JSX

Difficulty: Beginner
Duration: 4 minutes and 13 seconds
Students: 47
Rating: 5/5

In this lesson, you learn about JSX. JSX is a syntax extension to JavaScript used with React.

Learning Objectives

  • Learn what JSX is.
  • Learn about the React createElement method and how it is used to create HTML elements by transpiling JSX into JavaScript.
  • Learn what expressions are and how they are used inside of JSX.

Intended Audience

  • This lesson is intended for anyone who wants to learn about React.

Prerequisites

  • A basic understanding of Javascript.
Covered Topics