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