We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is a short write up of a Demo application. This application will have two routes:
Create a fresh project:
mkdir counter-demo && cd counter-demo yo react-webpack-redux
Further we will need two actions, one for increasing the counter, and one for decreasing it, so lets add them:
yo react-webpack-redux:action increase