sycamore
sycamore copied to clipboard
Clone template nodes instead of using document.createElement
For better initial rendering performance, nodes should be created from a template node rather than using document.createElement. This would also improve component creation speed.