Skip to content

Instantly share code, notes, and snippets.

@zgordon
Created April 4, 2018 13:52
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 zgordon/aee67572b01573ba34f759861f8fee1b to your computer and use it in GitHub Desktop.
Save zgordon/aee67572b01573ba34f759861f8fee1b to your computer and use it in GitHub Desktop.
Logs out the React library (no React DOM)
<!DOCTYPE html>
<html>
<head>
<title>Core React Library</title>
</head>
<body>
</body>
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script type="text/javascript">
// Logs out the React Object
console.log( React );
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment