generator-react-webpack-redux icon indicating copy to clipboard operation
generator-react-webpack-redux copied to clipboard

React Webpack Generator including Redux support

Results 18 generator-react-webpack-redux issues
Sort by recently updated
recently updated
newest added

Hi. In my HeaderComponent (located in src/components/navigation/) this is what it looks like when i include an image from images folder `let yeomanImage = require('../../images/logo.png');` then use it ``. It...

question

Hey @stylesuxx Fantastic generator, great work! One (small) thing I've found using developing with this is that when I run the sub-generators, I have to copy/paste their names from readme,...

question
discussion

**System**: Ubuntu 16.04.2 LTS **Node**: v6.9.1 **npm**: v4.2.0 **yeoman**: v1.8.5 ### Stack Trace TypeError: Cannot read property '0' of undefined ``` at walk (/home/phellipe/.nvm/versions/node/v6.9.1/lib/node_modules/generator-react-webpack-redux/generators/action/index.js:92:51) at walk (/home/phellipe/.nvm/versions/node/v6.9.1/lib/node_modules/generator-react-webpack-redux/node_modules/esprima-walk/esprima-walk.js:12:3) at ActionGenerator.attachToApp (/home/phellipe/.nvm/versions/node/v6.9.1/lib/node_modules/generator-react-webpack-redux/generators/action/index.js:85:7)...

Routing option would be fine. Generators for new routes are also desired.

enhancement

Program does not accept mouse and keyboard interaction?

So I was using the `yo react-webpack-redux:reducer myReducer` command with no problems. Since you suggested using react-router-redux, I implemented it into my `reducer/index.js` with a simple import of `import {...

info needed
can not reproduce

I created a clean project using the generator. then, `npm install --save react-router redux-simple-router` but couldn't render components using Routes. I changed run.js to render the routes: ``` ``` Modified...

question
discussion

I'm experiencing a strange problem. My action and reducer generators are no longer working. They just return after a few seconds. When I disable the attachToConstants and attachToApp calls, the...

enhancement
help wanted