generator-react-webpack-redux
generator-react-webpack-redux copied to clipboard
React Webpack Generator including Redux support
Hi. I am writing functions inside the component class in my react js project. when I write like this function: ` saySomething = (something) => { console.log(something); }` an error...
Hi, I'm seeing an issue where production code contains multiple instances of `__REACT_HOT_LOADER__.register(_default, 'default', '/Users/username/…');` when running `npm run dist` ... even on a fresh project. I don't have a...
I am getting the following error after running `yarn test`. > ERROR in ./test/components/FabMenuItemTest.js > Module not found: Error: Can't resolve 'components//FabMenuItem.js' in '/var/www/pandle-mobile-app/master/pandle-mobile-app/test/components' > @ ./test/components/FabMenuItemTest.js 7:19-56 > @...
When I generate a new action, why does it generate code in containers/App.js to import the new action? Why does it assume you will always use the new action inside...
I'm a newbie and would like to ask regarding client.js code. `import React from 'react';` `import ReactDOM from 'react-dom';` `import { AppContainer } from 'react-hot-loader';` `import { Provider } from...
Running on Windows here (yeah, I know...) **node** v6.10.1 **npm** v3.10.10 Doing ``` npm install -g generator-react-webpack-redux ``` returns: > Command failed: git -c core.longpaths=true clone --template=C:\Users\RADUCHI\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/react-webpack-generators/generator-react-webpack.git C:\Users\RADUCHI\AppData\Roaming\npm-cache\_git-remotes\git-github-com-react-webpack-generators-generator-react-webpack-git-master-a7b54b2a...
Sometimes live reload does not work. Even with a hard refresh nothing has changed. Its like the watch is failing to see the changes and transpile/compile. This happens somewhat frequently.
Hello @stylesuxx thank for the great work (y). I just used to work with scss files. but isn't generated the scss files in new generated components. it always with .sass...
Hi there, I just installed the generator and created a new project with the following config: ``` Please choose your application name my-new-project Which style language do you want to...
Given that it is essential if you want to use asynchronous operations in actions, I think it would be nice to include [redux-thunk](https://github.com/gaearon/redux-thunk). Maybe it's just me, but I end...