react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

src/actions src/stores generated #226

Closed yipcma closed 8 years ago

yipcma commented 8 years ago

shouldn't they be associated only with the generator-react-webpack-redux?

weblogixx commented 8 years ago

Hi @yipcma,

the reason they are always included is users should be able to use flux features if they want to. Aliases for these folders are also generated, so you could, for example, switch a project generated by generator-react-webpack to generator-react-webpack-alt (or redux) without problems.

Hope this helps.