DEV Community

Discussion on: Ember Micro-Frontends with single-spa

Collapse
 
flexyford profile image
Alex Ford

Did you see any potential workarounds for the Ember Data issue? I’m not sure how the internals work, but maybe serializing and dumping the contents of the data store into local storage while switching between apps?

Collapse
 
rajasegar profile image
Rajasegar Chandran

Sounds like a good idea to me, there were also some suggestions of using iframes and wrap vendor/app with function which has local ‘window’ variable defined. Basically hiding global window object and proxying minimal set of things through but isolating require.entries list. I haven't tried these yet...