DEV Community

Discussion on: Embedding React components in Elm with custom elements

Collapse
 
norpan profile image
norpan

Hi!

Yes, actually there are three components involved. The first is the React component, the second is the web component, and the third is the Elm module. They exist in different layers, the web component wraps the React component and the Elm module wraps the web component.

Hopefully this clears it up. Feel free to ask for additional clarification.

Collapse
 
pavonz profile image
Andrea Pavoni

Yes, this clears it up a lot. Thank you :-)