Hacker News new | ask | show | jobs
by goatlover 3224 days ago
I thought web components was supposed to be a standardized native html thing, and not something ten different frameworks would provide for us, all with their own way of doing it.

Seems like the standardization effort has stalled out. Did React kill the perceived need for it?

1 comments

You are right - it is standardized thing, thought right now Opera,Safari and Chrome supports v1 (basicly everything webkit/blink based) out-of-the-box, Firefox has that behind flag and not ready, Edge is implementing it. You can use the polyfills for the older browsers for now, not everything can be polyfilled perfectly though.

Web components are a bit low-level, so you have libraries and frameworks like Polymer, X-Tag, Svelte, SkateJS building on top of the standard to make the development fun and friendly.