Y
Hacker News
new
|
ask
|
show
|
jobs
by
rukuu001
3608 days ago
That's in the virtual DOM. React will diff the VDOM and browser DOM and only render actual differences.
The React API will also let a component decide for itself if it should be rendered.