[3] [CITE[JSX in Depth | React]]
([TIME[2015-03-27 04:31:32 +09:00]] 版)
<https://facebook.github.io/react/docs/jsx-in-depth.html>

[2] [CITE[React | JSX Syntax]]
( ([TIME[2013-05-30 01:43:36 +09:00]] 版))
<http://facebook.github.io/react/docs/syntax.html>


[FIG(quote)[
[FIGCAPTION[
[1] [CITE[JSX | XML-like syntax extension to ECMAScript]]
([TIME[2015-03-06 13:20:09 +09:00]] 版)
<http://facebook.github.io/jsx/>
]FIGCAPTION]

> JSX is a XML-like syntax extension to ECMAScript without any defined semantics. It's NOT intended to be implemented by engines or browsers. It's NOT a proposal to incorporate JSX into the ECMAScript spec itself. It's intended to be used by various preprocessors (transpilers) to transform these tokens into standard ECMAScript.

]FIG]


[FIG(quote)[
[FIGCAPTION[
[4] [CITE[Getting Started | React]]
([TIME[2015-08-26 01:57:42 +09:00]] 版)
<https://facebook.github.io/react/docs/getting-started.html>
]FIGCAPTION]

> 
>     <script type="text/jsx">
>       React.render(
>         <h1>Hello, world!</h1>,
>         document.getElementById('example')
>       );
>     </script>

]FIG]


[FIG(quote)[
[FIGCAPTION[
[5] [CITE[CodeMirror: JSX mode]]
([TIME[2016-08-15 19:36:24 +09:00]])
<https://codemirror.net/mode/jsx/index.html>
]FIGCAPTION]

> MIME types defined: text/jsx, text/typescript-jsx.

]FIG]

[6] [[MDX]]


[7] 
[[JSX]] ってもう滅びたと思っていたけどまだ使ってる人いるんやな

[8] [CITE@en[GitHub - vercel/styled-jsx: Full CSS support for JSX without compromises]], [TIME[2022-06-25T13:57:00.000Z]] <https://github.com/vercel/styled-jsx>


[9] [CITE@en[GitHub - developit/htm: Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.]], [TIME[2022-09-01T13:38:12.000Z]] <https://github.com/developit/htm>

>[CODE[htm]] is [B[JSX-like syntax in plain JavaScript]] - no transpiler necessary.


[10] 
>>9 このネーミングセンスはどこから来たんだ・・・

[11] 誰も得しないよな



[12] 
[CITE@en-US[JSX as markup language Community Group]], [TIME[2024-01-25T03:47:30.000Z]] <https://www.w3.org/community/jsxml/>
