马老师2022JVM精讲
function ComponentDummy() {}ComponentDummy.prototype = Component.prototype;function PureComponent(props, context, updater) {
this.props = props;
this.context = context;
this.refs = emptyObject;
this.updater = updater || ReactNoopUpdateQueue;}