var Profile = React.createClass({ render: function() { return (

{this.props.name}

{this.props.bio}

); } });