server-components icon indicating copy to clipboard operation
server-components copied to clipboard

Move to wrapping a standard custom elements polyfill

Open pimterry opened this issue 9 years ago • 1 comments

Depends on #20, but should be fairly easy once that's out the way. Could continue polyfilling myself, but while that's fine for a PoC, it doesn't seem like the right approach for real usage. Good polyfill: https://github.com/WebReflection/document-register-element

pimterry avatar Jul 01 '16 09:07 pimterry

Just discovered this V1 polyfill, used by polymer, which is only 3.4kb gzipped https://github.com/webcomponents/custom-elements

gilbert avatar Nov 07 '16 20:11 gilbert