Chris L.
Chris L.
As it is - no. As soon as image compression comes into play it's getting more complex.
Good point. No, it is not the intent of the library. I will gladly merge your PR, if you have time and motivation to do it.
Hey @yakirn If you could take the time and add a Wiki page that would be great. I will link it from the README then. I was thinking about adding...
Alright, I will see what I can do in the next couple of days.
Added routing with `react-router` to [the wiki](https://github.com/stylesuxx/generator-react-webpack-redux/wiki).
No, you can make another container and simply route to that. Maybe I'll do a short writeup of a Demo application...
Yeah, well routing highly depends on your application and what you want to accomplish. You can also do routing in your App container if it better fits your purpose. About...
So, here we go I added a wiki page to explain the setup of a [simple counter app](https://github.com/stylesuxx/generator-react-webpack-redux/wiki/Demo:-Counter-App).
Yes I updated it in the development branch, just did not merge it into master yet. The actions do not really care about in which containers/components they are triggered. The...
Added information to Wiki, closing now.