When might you use React.PureComponent?
React.PureComponent
when you do not want your component to have state
when you do not want your component to have props
when you have sibling components that need to be compared
when you want a default implementation of shouldComponentUpdate()
shouldComponentUpdate()