harus selalu componentupdate return false untuk membuat program cepat dan berkinerja

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