1 repositorio
Emits granular JSON Patch objects for every mutation, enabling fine-grained observation and replay.
Distinct from JSON Patching: Distinct from JSON Patching: focuses on streaming patch objects for change tracking and replay, not just applying patch operations.
Explore 1 awesome GitHub repository matching data & databases · Patch Stream Change Tracking. Refine with filters or upvote what's useful.
MobX State Tree is a structured, tree-based state management library for JavaScript applications that combines typed model definitions with reactive snapshots and patch-based change tracking. It provides a reactive state container with runtime and compile-time type safety, where application state is defined as a tree of typed models with collocated actions, computed views, and lifecycle hooks for predictable state mutations. The library is built around an action-centric mutation model that encapsulates all state changes within named functions that directly modify the tree, supported by genera
Emits JSON Patch streams for every mutation, enabling fine-grained observation and replay of state changes.