Skip to content

Instantly share code, notes, and snippets.

@FlorianRappl
Created February 27, 2020 14:14
Show Gist options
  • Save FlorianRappl/03e2a8156ead47f1370e01bba4b48b2e to your computer and use it in GitHub Desktop.
Save FlorianRappl/03e2a8156ead47f1370e01bba4b48b2e to your computer and use it in GitHub Desktop.
// microfrontend A
window.subscribe('mife-a', msg => {
//handle message;
});
// microfrontend B
window.publish('mife-a', {
type: 'show_dialog',
name: 'close_file'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment