Skip to content

Instantly share code, notes, and snippets.

@harrifeng
Created September 1, 2018 03:23
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 harrifeng/12a6d1873f77354a6f138b9070d990a9 to your computer and use it in GitHub Desktop.
Save harrifeng/12a6d1873f77354a6f138b9070d990a9 to your computer and use it in GitHub Desktop.
JS Bin [add your bin description] // source https://jsbin.com/xexivaw
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[add your bin description]">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/redux/3.7.2/redux.js" integrity="sha256-Ezb5Nri+VAO8xJDHLcPCxS70Kfh+MUFw9OXLZZrdfCs=" crossorigin="anonymous"></script>
</head>
<body>
<script id="jsbin-javascript">
const {createStore} = Redux;
console.log(createStore)
</script>
<script id="jsbin-source-javascript" type="text/javascript">
const {createStore} = Redux;
console.log(createStore)</script></body>
</html>
const {createStore} = Redux;
console.log(createStore)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment