August 2017
Beginner
374 pages
10h 41m
English
We want to implement undo/redo behavior in our counter application. This means that we need to define the following new action types in src/actionTypes.js:
export const UNDO = 'UNDO'export const REDO = 'REDO'
Read now
Unlock full access