JSX stands for JavaScript XML. It allows you to write HTML-like syntax within JavaScript, which React then transforms into JavaScript objects representing those elements.