var Hello = React.createClass({ render: function() { return
Hello {this.props.name}
; } });