Skip to content

Instantly share code, notes, and snippets.

@ilyeshammadi
Last active August 11, 2017 20:19
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 ilyeshammadi/5d042eb63979ab63555a536639a2742f to your computer and use it in GitHub Desktop.
Save ilyeshammadi/5d042eb63979ab63555a536639a2742f to your computer and use it in GitHub Desktop.
// <div>
// <p>Hello World</p>
// </div>
React.createElement(
"div",
null,
React.createElement(
"p",
null,
"Hello World"
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment