awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesJSON Patch Generation

Calculating the difference between state versions to produce standard JSON patches.

Distinct from State Change Tracking: Focuses on generating diffs from proxy operations rather than ORM attribute monitoring.

Explore 1 awesome GitHub repository matching data & databases · JSON Patch Generation. Refine with filters or upvote what's useful.

Awesome JSON Patch Generation GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • immerjs/immerimmerjs का अवतार

    immerjs/immer

    28,957GitHub पर देखें↗

    Immer is an immutable state management library used to create new versions of data structures. It allows the production of new state by mutating a temporary draft instead of using manual object spreading. The project implements structural sharing to reuse unchanged parts of a data tree between versions, which reduces memory consumption. It also functions as a JSON patch generator to calculate and output the differences between two state versions. To ensure data integrity, the library includes a state mutation protector that freezes data structures to detect and prevent accidental modificatio

    Generates standard JSON patches to describe the specific differences between two versions of a data tree.

    JavaScriptimmutableimmutablesreducer
    GitHub पर देखें↗28,957
  1. Home
  2. Data & Databases
  3. Object-Relational Mapping
  4. JSON Patch Generation