Also, it would be nice to add a note about how to use previous generator version, I have to teach React from time to time and solving a problem like this in a class is quite complicated (whatever it is a bug or not, I got stuck for more than an hour now and I'm giving up).
containers/App.js seems the connection point to the reducer, but it is only include in index.js
client.js seems the entry point during dev, which points directly to components/app.js
I can't access the store as I'm using directly component/app.js (which is stateless)
I tried to modify this way but both components expect a single root and I'm not sure what is the proper way
Also, it would be nice to add a note about how to use previous generator version, I have to teach React from time to time and solving a problem like this in a class is quite complicated (whatever it is a bug or not, I got stuck for more than an hour now and I'm giving up).