DEV Community

Discussion on: Enhance Your React App With Undo and Reset Abilities

Collapse
 
paveltrufi profile image
Pavel Razgovorov

That would be great if you want to do it. Anyway I would try to implement some sort of Command pattern with the ability to "redo" the command as well (something I missed in this tutorial) 🤔, so the friends array are constructed based on the actions performed, and not maintaining two separate arrays.