DEV Community

Discussion on: Re-rendering in React

Collapse
 
jijithnair profile image
Jij

This is not true i think. I believe you are talking about 're evaluation' and not 're rendering'. Here the SomeComponent is indeed re evaluated as mentioned in the post,but it is not re rendered, as React sees no new changes to the element that requires a DOM update.