Did you know that
@chromium recently did some work to ensure that `document.importNode` and `Node.cloneNode` delivered a similar performance profile? They did!
That means that #frameworks built to be compatible with the web can leverage `document.importNode()` for templated content with custom elements which will get optimistically updated. Win, win.
Seems like something that
@mdnMDN Web Docs would benefit in sharing with the world, right?