JSX
Term side of the Card
Topic: Basics
Unit title: JSX
Categories: Syntax
Explanation side of the Card
Explanation: The syntax that resembles HTML, used within JavaScript to define what the UI should look like. It simplifies writing and visualizing React components and is converted into JavaScript calls to create the elements.