Comment on Virtual DOM in ElmparentComments−kaonashi12yRe-creating the entire DOM on each update probably does not helpPerhaps you meant virtual DOM here? (in any case, the actual DOM is not recreated on every update)
Comments
Perhaps you meant virtual DOM here? (in any case, the actual DOM is not recreated on every update)