June 2016
Intermediate to advanced
910 pages
18h 59m
English
We might briefly note that the script is regular JavaScript, rather than ReactJS's JSX format, which allows mixing of HTML-like XML and JavaScript and has been called the tool that puts angle brackets in your scripts. Not all people will go with JSX, but the tool is worth knowing about if nothing else.
JSX has many merits and is worth considering. It is used by perhaps some, but not all non-Facebook ReactJS users, as well as by Facebook. Facebook has been careful to support JSX but has not required it to use ReactJS. For development purposes, JSX scripts can be loaded after a web page loads, from http://cdnjs.cloudflare.com/ajax/libs/react/0.13.3/JSXTransformer.js for example, and compiled in the browser. ...
Read now
Unlock full access