Skip to content

Instantly share code, notes, and snippets.

@damanpreetsb
Created October 31, 2019 07:51
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 damanpreetsb/18abbd079c20a83ffbe2ac7ef01aacde to your computer and use it in GitHub Desktop.
Save damanpreetsb/18abbd079c20a83ffbe2ac7ef01aacde to your computer and use it in GitHub Desktop.
const element = <h1>JSX is cool</h1>;
ReactDOM.render(element, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment