-
Notifications
You must be signed in to change notification settings - Fork 25
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;
}