Simple Undo/Redo with Immutable.js Data Structures

InstructorJ.S. Leonard

Share this video with your friends

Send Tweet

Implementing Undo/Redo can be tricky business. Consider two strategies to simplify implenting undo/redo: 1) use immutable data 2) react to that data with a top-down approach. Let's build a simple drawing app that will draw circles on a canvas and allow us to undo/redo our drawing.

HK
~ 7 years ago

slow down...