1 مستودع
Utilities that transform immutable data structures into mutable copies and vice versa.
Distinct from Mutable Working Copies: Candidates focus on specific memory types or state tracking rather than general immutable-to-mutable transformation.
Explore 1 awesome GitHub repository matching data & databases · Immutability Converters. Refine with filters or upvote what's useful.
This is a JavaScript immutable data library used to create objects and arrays that prevent direct mutation. It serves as an immutable state manager and object wrapper designed to ensure data consistency by blocking modifications while remaining compatible with standard JavaScript syntax. The library functions as a converter that transforms standard mutable data into frozen structures and can convert them back for local modifications. This allows for a workflow where data is switched between immutable and mutable versions to perform bulk edits before locking the state again. The project provi
Creates shallow or deep mutable copies of immutable structures to enable standard JavaScript modifications.