I would like to nest Ember components inside the widgets of a pure JavaScript widget library (trees, grids, …). For my own components I like Ember, but I have to rely on the vast number of available widgets to get the work done, I cannot write them all.
I found various solutions which are no longer valid, I tried them all to find out that they no longer apply. I will not repeat the deprecated techniques to avoid further confusion on this topic you can find them at stack overflow 18259925, 28165802 . The main idea was to detach the rendered component and attach it inside the widget.
I think it should be possible for Ember to tap into the vast number of JavaScript code/widgets already available. It is a rather unexpected showstopper.
Is there an official way to do this? Did this use case become unsupported?