Skip to content

Instantly share code, notes, and snippets.

@jwo
Last active October 21, 2015 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwo/0277f1b7e7df06e293d5 to your computer and use it in GitHub Desktop.
Save jwo/0277f1b7e7df06e293d5 to your computer and use it in GitHub Desktop.
var OhHai = React.createClass({
render() {
return <div >
<h1>Oh Hai There!</h1>
</div>
}
});
React.render(<OhHai></OhHai>, document.body);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment