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.