@graphix/merge
Merge javascript objects (`{}`) DEEPLY (recursively). It also checks the equality of input objects.
@graphix/deep-equal
Compare javascript objects ({}) DEEPLY (recursively). It also compares other types regularly.
@rahazad/payload-reducer
Something like lodash.merge() (a recursive version of Object.assign()) that specially designed for roudex. It especially supports functions to make it possible to transform properties based on them previous states/values.
@rahazad/deep-equal
Compare javascript objects (`{}`) DEEPLY (recursively). It also compares other types regularly.