Testing dom diffing

This commit is contained in:
2017-09-10 15:06:27 +02:00
parent cf401ac847
commit 34dcd6fc75
18 changed files with 271 additions and 169 deletions

View File

@@ -114,6 +114,7 @@ abstract class Komponent {
val newElement = it.create()
parent?.replaceChild(newElement, element)
//DomDiffer.replaceDiff(newElement, element)
}
}
}