What is the following an example of? Facebook ReactJS Interview Question

var HelloWorld = React.createClass({
render: function() {
return <div> Hello </div>
}
});
Ans:
This is the example of a Component

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.