json-mobx
Undo/Redo library
A library that provides undo/redo and persistence functionality for MobX-based applications using JSON serialization
Simple undo/redo and persistence for MobX
85 stars
6 watching
5 forks
Language: TypeScript
last commit: almost 6 years ago
Linked from 1 awesome list
jsonmobxpolymorphicreconciliationserialization
Related projects:
Repository | Description | Stars |
---|---|---|
httptoolkit/mobx-shallow-undo | A MobX plugin that adds shallow undo/redo functionality to observable values | 18 |
nilsmehlhorn/ngrx-wieder | A solution for implementing undo-redo functionality in Angular applications using NgRx and Immer.js | 127 |
danielearwicker/baltar | A graphics editor built using MobX and TypeScript to demonstrate its capabilities in real-time graphics rendering and Undo/Redo functionality. | 41 |
danielearwicker/computed-async-mobx | An extension to MobX for creating asynchronous computations with built-in promise management and delayed computation. | 165 |
pinqy520/mobx-persist | A library that enables persistent state management in MobX applications | 560 |
omnidan/redux-undo-boilerplate | A boilerplate with hot reloading and error handling tools for building state management applications | 121 |
mobxjs/mobx-utils | Utility functions and common patterns for building reactive applications | 1,185 |
fxmisc/undofx | A JavaFX-based undo manager that supports arbitrary types of change objects and provides features like merging and marking positions in the history. | 98 |
mobxjs/mobx-preact | A package providing MobX bindings specifically for Preact | 127 |
dacap/undo | A C++ library for implementing non-linear undo/redo functionality in software applications | 60 |
wearevolt/mobx-model | A utility library to simplify data store management for JavaScript applications using MobX and backend models. | 55 |
danieldunderfelt/mobx-app | Provides a functional structure for managing state in React applications using MobX | 88 |
dwqs/vue-mobx | A MobX binding for Vue.js 2, enabling the use of MobX's reactive state management in Vue applications. | 110 |
mobxjs/mobx-angular | A MobX connector for Angular that enables automatic observation and update of UI components based on store changes | 484 |
masylum/mobx-rest | A state management library for React applications that leverages REST conventions to simplify API interactions | 187 |