dfilatov / vidom

Library to build UI based on virtual DOM
MIT License
415 stars 16 forks source link

new TextNode used only once #97

Closed ghost closed 9 years ago

ghost commented 9 years ago

I noticed new TextNode are used only once now - inside createNode(). What is the meaning to still use that virtual node ?

dfilatov commented 9 years ago

Good catch, fixed