Share state between components #2310
Unanswered
aleksandrjet
asked this question in
Q&A
Replies: 1 comment 1 reply
-
the second component should also call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the First component, I am making a request to server. How do I subscribe to the state of this request in Second component?
Now the request status in Second component is always 'idle', although First component is already 'success'.
Beta Was this translation helpful? Give feedback.
All reactions