We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GlobalStore is a singleton, and is created the first time any of the apps try to get an instance of GlobalStore.
GlobalStore
import { GlobalStore } from 'redux-micro-frontend'; let globalStore = GlobalStore.Get();
This globalStore object now needs to be used to registering stores, dispatching actions or subscribing to state changes.
globalStore