Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Created May 8, 2018 19:26
Show Gist options
  • Save isacjunior/6ee3ed3943757a8c1ae37b2abbeec61a to your computer and use it in GitHub Desktop.
Save isacjunior/6ee3ed3943757a8c1ae37b2abbeec61a to your computer and use it in GitHub Desktop.
React.createElement(
"h1",
{ className: "title" },
"Hello World"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment