I want to know if you can create Ember Component in the way it can:
- render with other web components (say, built by Polymer or X-Tag)
- interoperate through parameter-passing and/or events
inside the application that is NOT built by emberjs?
So far I've create web components using these documents as a guide and make them interoperate each other to some dgree: (sadly, I can only post link to one document so I choose the Polymer one)
- Vanilla JS
- Polymer - Custom Element Interoperability
- React (Reactive Elements)
- X-Tags
but I can't seem to find good example of how you can create and use Ember Component inside other JS framework (let's say in angular) and wondering if Ember Component is expected to be used within emberjs at the moment, or I'm missing something obvious and it can behave like other ordinary custom element.
If anyone can point me to some project repo, example or website that illustrate if this can be done, that would be much appreciated. Thank you very much for your help in advance!
Aucun commentaire:
Enregistrer un commentaire