class BigListPureComponent extends React.PureComponent { static whyDidYouRender = true; render(){ return ( //some heavy render you want to ensure doesn't happen if it is not necessary ) }}