ReactJS : Getting Started

image
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...
 •  0 comments  •  flag
Share on Twitter
Published on November 26, 2014 07:28
No comments have been added yet.