sycamore icon indicating copy to clipboard operation
sycamore copied to clipboard

Clone template nodes instead of using document.createElement

Open lukechu10 opened this issue 4 years ago • 0 comments

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.

lukechu10 avatar Mar 08 '21 03:03 lukechu10