Skip to content

Commit 3a54f76

Browse files
committed
Merge pull request reduxjs#189 from khtdr/master
Link to univesral counter example app
2 parents f28e3b7 + 6b270ab commit 3a54f76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ These async and [universal (aka “isomorphic”)](https://medium.com/@mjackson/
102102
* [redux-react-router-async-example](https://github.com/emmenko/redux-react-router-async-example): Work in progress. Semi-official. Only the client side. Uses React Router.
103103
* [react-redux-universal-hot-example](https://github.com/erikras/react-redux-universal-hot-example): Universal. Uses React Router.
104104
* [redux-example](https://github.com/quangbuule/redux-example): Universal. Uses Immutable, React Router.
105+
* [isomorphic-counter-example](https://github.com/khtdr/redux-react-koa-isomorphic-counter-example): Universal. A bare-bone implentation of the [counter example app](https://github.com/gaearon/redux/tree/master/examples/counter). Uses promises-middleware to interact with API via Koa on the server.
105106

106107
Don’t be shy, add your own!
107108

0 commit comments

Comments
 (0)