I'm a react rookie, I just know that React use virtual DOM instead of real DOM, so what I understand is that virtual DOM has one step to mount to real DOM, then browser start to draw, as I know React has lifecycle, what I want to know is that which step in its lifecycle the browser will start to draw or re-draw?
- In other words, which lifecycle method ends the browser starts to draw?
- which lifecycle method ends the browser starts to re-draw?