Skip to content

Component Render Troubleshooting

veeramarni edited this page May 5, 2019 · 2 revisions

When child component which not suppose to be rendered is rendering can be troubleshooted by placing at various component until we find what causing the all child components to render.

  public shouldComponentUpdate() {
     return false;
   }

Contributing

Clone this wiki locally