Content deleted Content added
No edit summary |
Tags: Reverted Visual edit |
||
Line 85:
===JSX===
JSX, or JavaScript [[XML]], is an extension to the JavaScript language syntax.<ref>{{cite web|title=Draft: JSX Specification|url=https://facebook.github.io/jsx/|website=JSX|publisher=Facebook|access-date=7 April 2018}}</ref> Made as a research project at [[DeNA|DeNA Co., Ltd]], The main developers are Kazuho Oku and Goro Fuji.<ref>{{Cite web|title=Frequently Asked Questions - JSX|url=https://jsx.github.io/faq.html|access-date=2021-04-16|website=jsx.github.io}}</ref> Similar in appearance to HTML, JSX provides a way to structure component rendering using syntax familiar to many developers. React components are typically written using JSX, although they do not have to be (components may also be written in pure JavaScript). JSX is similar to another extension syntax created by Facebook for [[PHP]] called [[XHP]].
An example of JSX code:
|