Hi,
I don’t think there’s a concept of "global state" in EDS. The whole idea is to keep it simple using JavaScript, so you should use native methods to share data across components. You could explore options like global JavaScript variables, session storage, local storage, etc.
Hope this helps