From 85c0f7f34367e0dad3dd5c00853b2c37c68f7a49 Mon Sep 17 00:00:00 2001 From: stylesuxx Date: Tue, 22 Dec 2015 16:47:01 +0100 Subject: [PATCH] Added link to generator-react-webpack-redux to the extending section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e403c84..be449d5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ If you have built a generator using generator-react-webpack, tell us and we will ## Generators that extend generator-react-webpack - [Generator-React-Webpack-Alt](https://github.com/weblogixx/generator-react-webpack-alt) (Adds ability to create actions, stores and sources for [alt.js](http://alt.js.org)) +- [Generator-React-Webpack-Redux](https://github.com/stylesuxx/generator-react-webpack-redux) (Adds ability to create actions and reducers for [Redux](https://github.com/rackt/redux)) ---