Is there a way to diff/replace dom? Currently I’m ...
# javascript
p
Is there a way to diff/replace dom? Currently I’m doing:
Copy code
with(element) {
    clear()
    append {
        // build dom
    }
}