This package provides a `shallowEqualExplain` function which is a copy of the [`shallowEqual` function used by React's `PureComponent`](https://github.com/facebook/fbjs/blob/7da8335b78d669cba263760872f0a45ed16b4d12/packages/fbjs/src/core/shallowEqual.js#L
[![][npm-badge]][npm-url] [![][travis-badge]][travis-url]
Adaptation of react-addons-shallow-compare, for independent usage
Does a shallow comparison of two objects, returning false if the keys or values differ.
Typescript-compatible minimalistic shallow equality check for arrays/objects
Test for shallow equality between two objects or arrays.
Shallow deep equal assertion for chai
Like lodash isEqualWith but for shallow equal.
Shallowly compares two objects
Fuzzy implementation of shallowEqual algoritm
Efficient shallow equality algorithm for React and React Native
Extend an object with the properties of additional objects. node.js/javascript util.
Creates a shallow clone of any JavaScript value.
Shallow equal check object.
React package for shallow rendering.
Fast deep equal
node's assert.deepEqual algorithm
Chai shallowDeepEqual replacement that wraps Unexpected
TypeScript definitions for is-equal-shallow
Equivalent to React's internal shallowEqual, allowing external access to React's shallowEqual function.
make a shallow copy of an object or array
Shallow clones an object while respecting the original property descriptors
>**Note:** >This is a legacy React addon, and is no longer maintained. > >We don't encourage using it in new code, but it exists for backwards compatibility. >The recommended migration path is to use [`React.PureComponent`](https://facebook.github.io/re
Determine if an array or object is equivalent with another, *not* recursively