The DOM (Document Object Model) is exactly as it states. The real DOM, by itself, is only able to update the entire DOM simultaneously every time there is a change to the DOM. This is where the magic happens, it is much quicker and less expensive to update only what needs to be updated.
1 Comment
Sort: