From 85470145f58defa478e56c685bd7f67f55b22acd Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 2 Oct 2015 08:33:09 +0200 Subject: [PATCH] Adjusted readme to include generator-react-webpack-alt --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa53baf..5fab789 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ Out of the box it comes with support for: ## Changes in Version 2.0 The new version of generator-react-webpack does __NOT__ include support for Flux-Frameworks directly. Instead, we will use it as a base to provide own generators that use it as a base. This will make the base generator easier to use and update. -Currently, there are no stable flux implementation based on generator-react-webpack v2. We are working on an implementation for alt.js. - If you are interested, feel free to write your own generator and use generator-react-webpack as a base (via composition). If you have build a generator using generator-react-webpack, tell us and we will add a link to our README. +## 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)) + --- ## Installation