Skip to content

Instantly share code, notes, and snippets.

@chrislewisdev
Created August 20, 2017 08:57
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 chrislewisdev/6da6e3dd93f44ce45d3a85bf9825a079 to your computer and use it in GitHub Desktop.
Save chrislewisdev/6da6e3dd93f44ce45d3a85bf9825a079 to your computer and use it in GitHub Desktop.
var Greetings = React.createClass(
{
render: function ()
{
return React.createElement('h1', null, 'Greetings, ' + this.props.name + '!');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment