←back to thread

304 points ulrischa | 1 comments | | HN request time: 0s | source
Show context
judah ◴[] No.44687229[source]
Looks like it's done using standards-based web components[0]. The page says these components don't require any existing JavaScript framework; because web component support is built-in to the browser.

Nice to see devs picking up web components.

[0]: https://developer.mozilla.org/en-US/docs/Web/API/Web_compone...

replies(4): >>44687259 #>>44687425 #>>44688701 #>>44690588 #
hyperbolablabla ◴[] No.44688701[source]
I remember toying with Polymer circa 2014, for some reason the word "transclusion" jumps into my mind, I remember being excited about it at the time. I barely remember what it means today though.
replies(2): >>44689107 #>>44691149 #
8n4vidtmkvmk ◴[] No.44691149[source]
Polymer still haunts me to this day. It never made sense. It was literally designed to be deprecated. It's a big nasty polyfill for web components and it had/has a huge perf overhead. Not to mention it's ergonomics are just bad.
replies(1): >>44697379 #
1. owebmaster ◴[] No.44697379{3}[source]
and some of the bad design decisions propagated to the web components implementation and Lit framework.