DEV Community

Discussion on: The concepts that React tutorials usually skip over

Collapse
 
richytong profile image
Richard Tong • Edited

A vDOM simply refers to a JavaScript representation of the actual DOM. There is no strict rule on how the virtual DOM should look.

This is one of those things I wish I knew before I cast aside vDOM as a black box sometime earlier in my career. There are some good practices here, great for anyone picking up React. Kudos