Skip to content

Instantly share code, notes, and snippets.

@AmilaWeerasinghe
Created January 8, 2020 08:43
Show Gist options
  • Save AmilaWeerasinghe/3d8bfd5a0aa7cd058dd023621c5bb865 to your computer and use it in GitHub Desktop.
Save AmilaWeerasinghe/3d8bfd5a0aa7cd058dd023621c5bb865 to your computer and use it in GitHub Desktop.
React First app
<div id="root"></div>
ReactDOM.render(
<h1>Hello, world!</h1>,
document.getElementById('root')
);
<script src="https://unpkg.com/react/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom/umd/react-dom.development.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment