Skip to content

React Basics Quiz

Components, props, state, JSX, and the React rendering model.

beginner
Question 1 of 7
Question 1 of 7react

What is JSX?

react
const el = <h1>Hello, {name}!</h1>;