Skip to content

Instantly share code, notes, and snippets.

View doomhz's full-sized avatar

Dumitru Glavan doomhz

View GitHub Profile
@doomhz
doomhz / index.html
Created August 15, 2016 12:33 — forked from anonymous/index.html
Redux example JS Bin// source http://jsbin.com/zekusiloxi
<!DOCTYPE html>
<html>
<head>
<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.5.2/redux.min.js"></script>
</head>
<body>
@doomhz
doomhz / index.html
Last active February 25, 2019 04:32 — forked from anonymous/index.html
React+Redux example JS Bin// source http://jsbin.com/fowacudise
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script src="https://fb.me/react-with-addons-15.1.0.js"></script>
<script src="https://fb.me/react-dom-15.1.0.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/redux/3.5.2/redux.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-redux/4.4.5/react-redux.min.js"></script>