Skip to content

Instantly share code, notes, and snippets.

@charlesfreeborn
Created February 5, 2018 16:57
Show Gist options
  • Save charlesfreeborn/dc4935c66803dd264d049c2c1e1dc783 to your computer and use it in GitHub Desktop.
Save charlesfreeborn/dc4935c66803dd264d049c2c1e1dc783 to your computer and use it in GitHub Desktop.
Sample code to build React elements using JSX
const newElement = (
<h1 classNae="sampleText">
Hello World
</h1>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment