redux-undoredo
A generic undo-redo reducer that can be used against any redux store.
A generic undo-redo reducer that can be used against any redux store.
Rec is a simple JavaScript library for working with JSON. It's a good foundation to implement undo, redo, diffing, and event systems.
Undo tool for Editor.js
A library for "enriching" JavaScript objects with flexible change-tracking, event, and undo/redo functionality.
check if a key event is undo or redo
Keep a history of change events on a collection.
Command invoker for easy implementation of undo/redo
An operation-based history implementation for Slate editors.
A simple undo/redo library with optional undo chunking (batch undos)
A powerful and simple Javascript library provides a history for undo/redo functionality. Just like a time machine! 🕐
A React hook providing Undo and Redo functionalities.
simple undo/redo functionality for redux state containers
a simple store that is exposed as a stream
Undo & redo state changes
Flyd undo by tracking state histories.
A typed undo-redo system based on the Command Object pattern
Memento design pattern in Svelte
Redo/Undo
A simple undo history script for DOM text fields
* A plugin can `redo`, `undo` deep nested JSON. * **Vue** or **React** friendly. * Support `Date` as value but `regex` and `function` * min+gzipped 12.2kB * uses [google-diff-match-patch](https://github.com/google/diff-match-patch) for long text diffs (di