I decided to learn React and started with the official tutorial. All is good until I get to this state of my code:
var CommentBox = React.createClass({ ren
I am on ES6 and the arrow function did the trick: rawMarkup = () => {}