Commit d86f4a4c7da0876328cdc298a672bf5715b288b9
add simplest redux resource
Michael Williams committed on 1/8/2016, 12:32:04 PMParent: dd55cc9885d186fb78931414f89739795dc42eb0
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -107,4 +107,8 @@ | ||
107 | 107 | |
108 | 108 | ## known issues |
109 | 109 | |
110 | 110 | - adding a new file won't always be noticed by `node-dev` or `watchify` due to usage of `bulk-require`). potential fix is to use `chokidar-cli` and some transform to watch for new files and re-run the script command |
111 | + | |
112 | +## resources | |
113 | + | |
114 | +- [simplest redux example](https://github.com/jackielii/simplest-redux-example/blob/master/index.js) |
Built with git-ssb-web