Skip to content

Commit 02c0e5d

Browse files
committed
Update README: add link to Yo generator (Redux + Rails API) + example app with demo
1 parent 71b52eb commit 02c0e5d

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
@@ -120,6 +120,7 @@ These async and [universal (aka “isomorphic”)](https://medium.com/@mjackson/
120120
* [react-redux-universal-hot-example](https://github.com/erikras/react-redux-universal-hot-example): Universal. Uses React Router.
121121
* [redux-example](https://github.com/quangbuule/redux-example): Universal. Uses Immutable, React Router.
122122
* [isomorphic-counter-example](https://github.com/khtdr/redux-react-koa-isomorphic-counter-example): Universal. A bare-bone implementation 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.
123+
* [generator-flux-on-rails](https://github.com/alexfedoseev/generator-flux-on-rails): Scaffold universal `redux` app with Rails API on board. Just one line in console. Multiple bundles ready, hot reloading & auth example included. [Live demo](http://isomorphic-comments.alexfedoseev.com).
123124
* [Awesome list](https://github.com/xgrommx/awesome-redux)
124125

125126
Don’t be shy, add your own!

0 commit comments

Comments
 (0)