single-spa / single-spa-examples

Examples of single-spa applications.
https://single-spa.surge.sh
MIT License
359 stars 128 forks source link

Create ember example #33

Closed joeldenning closed 7 years ago

joeldenning commented 7 years ago

See https://medium.com/@tomsoderlund/bret-i-must-say-single-spa-is-the-best-solution-for-micro-frontends-ive-seen-so-far-fb1693b485de. We should add an ember example, which may include publishing a single-spa-ember helper library.

dshrestha commented 7 years ago

I am also trying to create an ember-app as a child app with single spa, but I am facing an issue with loading the build source files. I added a stack overflow post with all the steps here : https://stackoverflow.com/questions/45438094/issue-in-loading-ember-app-as-child-application-in-single-spa

your feedback would be most valuable. Thanks.

joeldenning commented 7 years ago

I'll take a look at this later today. I've been working on this issue in the last few days, hopefully I'll be able to help

joeldenning commented 7 years ago

@dshrestha Thanks for the detailed description in the stackoverflow, I have responded to it.

Also I just created a pr (https://github.com/CanopyTax/single-spa-examples/pull/37) that shows an ember app coexisting with all the other apps (react, angular, etc). It is still very much a wip, would you be interested in helping solve some of the remaining issues that I am facing? I am not very experienced in Ember and would appreciate contributions to that pr or just consultation on how best to approach things.

Here are the things I have learned so far:

Here are the issues I'm still facing:

dshrestha commented 7 years ago

@joeldenning I really appreciate your quick response. Would definitely love to help resolve this with best of my abilities.

Thanks again.