Matt-Esch/virtual-dom

Using document fragments?

trusktr opened this issue · 1 comments

Any reason not to use docfrags? Would they hinder performance?

replaceChild() & appendChild() are essentially inserting fragments, where could it be used?