Skip to content

Instantly share code, notes, and snippets.

@Vintaurus
Created December 20, 2017 20:11
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 Vintaurus/34884bbcd5a521bb335a3d26b49ab618 to your computer and use it in GitHub Desktop.
Save Vintaurus/34884bbcd5a521bb335a3d26b49ab618 to your computer and use it in GitHub Desktop.
var React = require('react');
var ReactDOM = require('react-dom');
var Display = React.createClass({
render: function () {
return(<h1>That's cool!</h1>)
}
});
module.exports = Display;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment