Ravenstine / ember-custom-elements

The easiest way to render parts of your Ember app using custom elements.
MIT License
15 stars 4 forks source link

Compatibility with React components, Svelte, etc. #8

Closed Ravenstine closed 3 years ago

Ravenstine commented 4 years ago

It would be pretty cool to use @customElement to define an element for a React component, for instance.

Ravenstine commented 3 years ago

I've decided against this because the right thing to do in such a case would be to have an add-on dedicated to wrapping 3rd party components within an Ember component, which not only would allow inter-op with the Ember app but make it possible to use those 3rd party components as custom elements as well. In other words, it's out of the scope of this add-on.