Skip to content

Instantly share code, notes, and snippets.

@psealock
Last active June 24, 2019 01:45
Show Gist options
  • Save psealock/3a1dbe4593907ac5d1e15130dcf06f5d to your computer and use it in GitHub Desktop.
Save psealock/3a1dbe4593907ac5d1e15130dcf06f5d to your computer and use it in GitHub Desktop.
wc-admin hook docs
console.log('helelo');
<!DOCTYPE html>
<meta charset="utf-8">
<head>
<script crossorigin src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
</head>
<body>
<div id="app" />
<script>
console.log(React);
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment