ReactJS is the library form
Facebook to develop component.
JSX(
JavaScript Syntax Extension) is the library for transforming XML based syntax code to pure JavaScript.
In this
Demo, “
We will create a sample application using ReactJS and JSX”.
A JSX script will have
type text/jsx.
A
annotated comment need to be added in beginning of the script to indicate that this block is for
JSX transformation.The JSX comment is as follows
/*** @jsx React.DOM */.A ReactJS component can be created using
createCla...
Published on November 26, 2014 07:28