Skip to content

Instantly share code, notes, and snippets.

@fabe
Last active November 15, 2016 18:43
Show Gist options
  • Save fabe/152e73c54305154f5604780eae3c2281 to your computer and use it in GitHub Desktop.
Save fabe/152e73c54305154f5604780eae3c2281 to your computer and use it in GitHub Desktop.
var Example = React.createClass({
render: function() {
return(
React.createElement('div', null, 'Hello from the other side!')
);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment