single-spa / single-spa-examples

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

Implementing framework inspector mode. Fixes #9. #14

Closed joeldenning closed 7 years ago

joeldenning commented 7 years ago

See #9

joeldenning commented 7 years ago

@TheMcMurder this uses a ReplaySubject (which is a type of cold observable) to communicate between the apps.

blittle commented 7 years ago

:+1: love this!

TheMcMurder commented 7 years ago

I just saw this, this is awesome!