DEV Community

Mahir-Ahsef
Mahir-Ahsef

Posted on

JSX in reactJS

JavaScript XML is abbreviated as JSX. It's just a JavaScript syntax extension. It allows us to write HTML directly in React (within JavaScript code). It is straightforward to generate a template in React using JSX, but it is not a simple template language; instead, it contains all of JavaScript's capability.

Top comments (0)