Immer sollte Componentupdate falsch zurückkehren, um das Programm schnell und leistungsfähig zu machen

shouldComponentUpdate(nextProps, nextState) {
   return false;
}
Hilarious Horse