Our components should be revised that `shouldComponentUpdate` / `PureComponent` is used more often as proposed in the [performance optimization guide of React](https://reactjs.org/docs/optimizing-performance.html)
Our components should be revised that
shouldComponentUpdate/PureComponentis used more often as proposed in the performance optimization guide of React