The less the time for which you interact with the DOM, the better. Each manipulation forces the screen to refresh, and as such we wish to avoid making DOM calls as much as we can. We will improve DOM multiplication.
Take a look at how DOM affects performance
Improving our DOM injections by reducing the amount of refreshes