To be realistic, we can’t just rewrite our SPA websites in Ember. So I was wondering if it’s possible to start adding features but in Ember. Is there a way to run Ember just inside a DIV? How about running a heavy js site inside Ember?
I’m not sure the best approach here. Has anyone done some transition where they combined Ember with a completely different web application?
I would like to know if I can run Ember as the outer layer and only handle certain routes “with Ember” but have another handler (current web application) and basically have that handler change a single DIV.