manage state of host app and mini app #511
Unanswered
HongQuang231
asked this question in
Q&A
Replies: 1 comment 1 reply
-
hey @HongQuang231, If you want to use Context based state management solutions (that have a Provider in a React tree) then it works exactly the same - you place the provider high enough in the component tree and you can access it in the mini-app as well. When we are talking about a state management solution like
|
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
-
how to create global state in host app, global state in mini app, and share state between two app? I want to update state from host app by mini app? Can you help me?
Beta Was this translation helpful? Give feedback.
All reactions