Tagged Questions
3
votes
2answers
893 views
Memento in Javascript
I'm looking for a JavaScript implementation of the memento pattern (GoF) to be used in CRUD forms. In its basic level it will be enough to undo changes on inputs, but it would be great to use it with ...