Promptles
React & Frontend

JSX (JavaScript XML)

beginner

Definition

A way of writing what a webpage should look like, the headings, buttons, images, right next to the code that controls how it behaves. It looks a lot like the regular tags you'd see in any webpage, just mixed together with normal code.

In the wild

Instead of writing 'create a heading, set its text to Hello' as a series of code commands, a developer writes something that looks just like a webpage tag: a 'heading' element with the text 'Hello, Alice' inside. The user's name slots in automatically when the page is shown.

More from React & Frontend