JavaScript XML

JavaScript XML
Paradigmdomain-specific language, language extension
FamilyECMAScript, XML
Designed byFacebook
DeveloperFacebook
First appearedAugust 29, 2014 (2014-08-29)
Typing disciplineweak, dynamic
Filename extensions.jsx, .tsx
Websitegithub.com/facebook/jsx
Major implementations
Babel
Dialects
React

JSX (sometimes referred to as JavaScript XML) is an XML-like extension to the JavaScript language syntax. Initially created by Facebook for use with React, JSX has been adopted by multiple web frameworks. Being syntactic sugar, JSX is generally transpiled into nested JavaScript function calls structurally similar to the original JSX.

When used with TypeScript, the file extension is .tsx.