Skip to content

Instantly share code, notes, and snippets.

View rakesh-nayak's full-sized avatar
👋

Rakesh Nayak rakesh-nayak

👋
  • India
View GitHub Profile
anonymous
anonymous / index.html
Created August 21, 2016 15:02
Redux // source http://jsbin.com/dayaji
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src='https://wzrd.in/standalone/expect@latest'>
</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/redux/3.5.2/redux.js'>
</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react.js"></script>