If we call the setState()
function of a component in React, Browser re-render the whole DOM? or re-render only that component?
Updated
What I want to know is that whether Browser re-render(re-paint) the whole DOM(Page) when render()
of only one component is called or Browser re-render only that Node.