PureComponent & shouldComponentUpdate
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed.
判断力是一个人最重要的能力