You seam to have summarized the discussion pretty well.

The only thing that remained to be shown with code is how to implement a
component in Elm and use it in Elm (yo, dawg style) .



On Sun, Oct 9, 2016 at 12:29 AM, Richard Feldman <
[email protected]> wrote:

> I'm catching up on this thread...so much impressive progress! :D
>
> It seems like:
>
>    - registerElement is enough to get node "my-component" and on
>    "my-component-event" (with a custom decoder) working in Elm
>    - With the webcomponents-lite.min.js polyfill (16K gzipped), you can
>    get registerElement working on IE11+
>    - Polymer components in particular...
>       - Require using Bower
>       - Reuquire at least webcomponents.min.js polyfill (36K gzipped) for
>       Polymer components which depend on Shadow DOM
>       - Polymer 1.0 components that use Shady DOM should still work with
>       the smaller webcomponents-lite polyfill
>    - If children are involved, you need to configure things like this
>    <https://groups.google.com/d/msg/elm-discuss/8Q2xwRh6UYc/tGem48QjAQAJ> or
>    else the children will disappear on interaction
>
> Am I missing anything from this list?
>
> This is brilliant, hope someone can write this all up for reference at
>> some stage. ;)
>
>
> I'm giving a talk in Vienna in a couple weeks, and I'd love to make it
> around all the work you folks have done here. It's really great stuff! :)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Elm Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 
There is NO FATE, we are the creators.
blog: http://damoc.ro/

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to