Skip to content

deep-object-merge ? #73

Open
Open
@Filipeue

Description

@Filipeue
const originalObject = {...}
const newObject = {...}
const diffObject = deep-object-diff.diff(originalObject, newObject)

Is there a suggested solution how to get new object merging original object with diff object created with deep-object-diff?


I intend to store original object + diff, so later I can merge those two to get new object. Then I compare original with new object using some other lib and render diff on a page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions