Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Last active July 6, 2018 10:24
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 SaraVieira/4800a051e058b6810a14d048d3d15832 to your computer and use it in GitHub Desktop.
Save SaraVieira/4800a051e058b6810a14d048d3d15832 to your computer and use it in GitHub Desktop.
<script>
function wrapper() {
return React.createElement(
'div',
{ className: 'wrapper' },
'Hello From React'
);
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment