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