Before we implement generic undo/redo functionality, we will look at a simple Redux application that has a counter:

Counter application from chapter11_1.zip
Before we implement generic undo/redo functionality, we will look at a simple Redux application that has a counter:

First, let's set up the counter application example:
npm install
npm start
This will start the webpack-dev-server on http://localhost:8080.