Add rext, react-redux and basic table from react-table

which listens to store changes from core
This commit is contained in:
Abhas
2018-10-08 08:02:30 +05:30
parent 11917f9520
commit 51cbe9fd17
8 changed files with 10703 additions and 4 deletions
+2 -1
View File
@@ -2,9 +2,10 @@
<html>
<head>
<meta content='width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0' name='viewport' />
<script src="index.js"></script>
<script src="index.js" defer></script>
</head>
<body>
<h1> open dev tool and console logs</h1>
<div id="container"></div>
</body>
</html>