Skip to content

Commit 80b61e2

Browse files
committed
feat(easyStore): add easyStore
1 parent b4e3805 commit 80b61e2

23 files changed

+31671
-4952
lines changed

examples/dist/helloWorld.js renamed to examples/helloWorld/bundle.js

Lines changed: 1692 additions & 1631 deletions
Large diffs are not rendered by default.

examples/helloWorld/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
</head>
44
<body>
55
<div id="react-root"></div>
6-
<script src="../dist/helloWorld.js"></script>
6+
<script src="bundle.js"></script>
77
</body>

examples/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"classnames": "2.2.5",
99
"react": "15.5.4",
1010
"react-dom": "15.5.4",
11-
"react-easy-state": "1.0.4"
11+
"react-easy-state": "1.0.4",
12+
"react-router": "4.1.1",
13+
"react-router-dom": "4.1.1"
1214
},
1315
"devDependencies": {
1416
"babel-core": "6.24.1",

0 commit comments

Comments
 (0)