UNPKG

hm-react-cli

Version:

Create a Huimei React project by module

8 lines (6 loc) 258 B
import {shallowEqual} from "react-core/shallowEqual"; export default function shallowCompare(instance, nextProps, nextState) { var a = shallowEqual(instance.props, nextProps); var b = shallowEqual(instance.state, nextState); return !a || !b; }