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 

Comments

Archive

Contact Form

Send