generator-react-webpack-redux
generator-react-webpack-redux copied to clipboard
Why does it generate code in containers/App.js to import the newly created action?
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 containers/App.js? Let me know if I'm missing something.