DEV Community

Discussion on: How does React update the DOM?

Collapse
 
shadowtime2000 profile image
shadowtime2000

I would avoid stating that using a vdom simply makes it faster, because it doesn't always make it faster. It is always based around the implementation of the vdom and how it exactly scales with more components.

Collapse
 
rwparrish profile image
rwparrish

Thank you for taking the time to give me feedback! I will correct this!