You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice to be able to learn what actions trigger a subscribe() event:
store.subscribe(action=>{if(action.type==='...'){/* do something */}})
This way you can create listener services that wait for a certain action to do something. Example use case is to send Google Analytics data when ROUTE_CHANGE occurs (assuming your router sends this out).
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
It'd be nice to be able to learn what actions trigger a subscribe() event:
This way you can create listener services that wait for a certain
action
to do something. Example use case is to send Google Analytics data whenROUTE_CHANGE
occurs (assuming your router sends this out).The text was updated successfully, but these errors were encountered: