React (software): Difference between revisions

Content deleted Content added
Fixed typo
Tags: Mobile edit Mobile app edit
JSX: mention XHP
Line 49:
=== JSX ===
 
React components are typically written in JSX (Programming language), a JavaScript extension syntax allowing easy 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 ===