Replies: 3 comments 3 replies
-
Another issue in the subscribe only scenario is that if the store doesn't exist yet I get an error. I'm wondering if there's a way to handle this as an "subscribe on demand" approach. |
Beta Was this translation helpful? Give feedback.
-
> Currently to work around this I have to implement a global
How do you implement a global ping? In my subscribed mfe.
On local reducer action, I notice the Subscribe block is executed 3 times on first time page load.
How do you invoke Global ping here, to trigger subscribe action? |
Beta Was this translation helpful? Give feedback.
-
if I am doing dispatch global action in one micro front end application. so in the another micro front end application do we have to dispacth some action there as well as to fetch the state as subscribetopartnerstate or subscribetoglobalState not work till i do some dispatch. |
Beta Was this translation helpful? Give feedback.
-
Is there a way in the subscriber only scenario to "get" the state immediately?
Otherwise I have to wait for a store event to occur.
Currently to work around this I have to implement a global
ping
action and fire that in order for my subscriber function to get called.Is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions