Re: [w3c/webcomponents] has="mixin this, mixin that" (#663)

If you're interested, just as an example of it in action - I created a [prototype](https://www.webpackbin.com/bins/-KskPykxWOCH0l9_lH6N) of essentially this a little while back - using `(Base) => class extends Base {...}` style of mixins. Also associated [twitter thread](https://twitter.com/BedeOverend/status/902687324907069440) which discusses it. Essentially tries to mimic the Element Upgrade behavior, but w/ dynamic mixins.

Seems like concept of mixins in general has definitely be discussed [before](https://twitter.com/justinfagnani/status/902699530914693120), and also [custom-attributes](https://github.com/matthewp/custom-attributes) which may also be an alternative here.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/663#issuecomment-327644453

Received on Thursday, 7 September 2017 00:01:50 UTC