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