JSX
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|jsx}} |released=2013 }} '''JSX''' (JavaScript eXtended?) is an extension of ES6 [[JavaScript...") |
(Category:Facebook) |
||
Line 9: | Line 9: | ||
== Links == | == Links == | ||
* [https://facebook.github.io/react/docs/introducing-jsx.html Documentation with samples] | * [https://facebook.github.io/react/docs/introducing-jsx.html Documentation with samples] | ||
+ | |||
+ | [[Category:Facebook]] |
Latest revision as of 16:04, 4 October 2018
JSX (JavaScript eXtended?) is an extension of ES6 JavaScript that supports embedded HTML elements. JSX was introduced as part of Facebook's front-end ecosystem React. To be used in the standard JavaScript environments, JSX must be transpiled to JavaScript using the free and open source transpiler Babel.