React (software): Difference between revisions

Content deleted Content added
Tag: wikilinks removed
Line 47:
=== JSX ===
 
React components are typically written in [[JSX]], a JavaScript extension syntax allowing quoting of HTML and using HTML tag syntax to render subcomponents.<ref>{{Cite web|title = JSX in Depth |url = https://facebook.github.io/react/docs/jsx-in-depth.html|accessdate = 2015-11-17}}</ref> HTML syntax is processed into JavaScript calls of the React library. Developers may also write in pure JavaScript. JSX is similar to another extension syntax created by Facebook for PHP, [[XHP]].
 
=== Architecture beyond HTML ===