What is the component name in the following example? Facebook ReactJS Interview Question

var HelloWorld = React.createClass({
render: function() {
return <div> Hello </div>
}
});

Ans:
HelloWorld 

Post a Comment

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