React JSX
React JSX Syntax
JSX Rules
JSX (JavaScript XML) is a syntax extension for JavaScript used in React to describe what the UI should look like. It allows you to write HTML-like code inside JavaScript, which is then transformed into React elements.