EvanBurbidge

Results 8 comments of EvanBurbidge

Suppose that would work, one more quick question if you don't mind, why don't you precompile each fe package e.g. each package is a vue cli app and your main...

@sv2 would be good to see examples with vuejs and routers on this.

@LegalRadius two words .. mutable state, the whole idea behind redux is to have an immutable state that allows you to quickly move through the time travel tools and ensure...

Apologies for the delay was not at my computer all weekend. Main.browser.ts ```javascript declare const ENV:any; import './polyfills'; import './rxjs.imports'; import { enableProdMode } from '@angular/core'; import { platformBrowserDynamic }...

@gandalfTheBlue why did you have to eject the CRA? I'm trying to get this working with vue cli noticing a similar issue.

Agree, it could live in each individual frameworks single-spa package. Could test it with vue / react first and then depending on the results of that check out how other...