Skip to content

Instantly share code, notes, and snippets.

@jeremyhicks
jeremyhicks / index.html
Created October 29, 2016 18:50 — forked from anonymous/index.html
JS Bin Passing Down the Store Implicitly via Context // source http://jsbin.com/filoya
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Passing Down the Store Implicitly via Context">
<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.0.4/redux.js"></script>
<script src="https://fb.me/react-15.1.0.js"></script>
<script src="https://fb.me/react-dom-15.1.0.js"></script>
<!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.0.4/redux.js"></script>
<script src="https://fb.me/react-15.1.0.js"></script>
<script src="https://fb.me/react-dom-15.1.0.js"></script>