React (software): Difference between revisions

Content deleted Content added
Tags: Reverted Visual edit
Jpw50030 (talk | contribs)
DeNa JSX has nothing to do with React JSX, please stop. Undid revision 1018200765 by 173.54.108.163 (talk)
Tags: Undo references removed
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: