Open ruzafa8 opened 5 months ago
The actual diff algorithm convert the DOM in an array to iterate over it.
There are better ways to iterate over it, such as using Tree Walkers
Tree walkers and Node Iterators are iterators. They are not desgined to iterate and modify... I guess this approach is not good at all
The actual diff algorithm convert the DOM in an array to iterate over it.
There are better ways to iterate over it, such as using Tree Walkers