Skip to content

Instantly share code, notes, and snippets.

@sajithdilshan
Created November 18, 2017 15:49
Show Gist options
  • Save sajithdilshan/fd89436854f5eb03c8264355323de844 to your computer and use it in GitHub Desktop.
Save sajithdilshan/fd89436854f5eb03c8264355323de844 to your computer and use it in GitHub Desktop.
const element = React.createElement(
'h1',
{className: 'greeting'},
'Hello, world!'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment