Replies: 1 comment
-
Using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @rrousselGit,
First of all thank you so much for such a great library regards to state management. I've been working with it and love it.
But, I come across a question today while working on my project.
Is there any possible way that we can automatically re-activate the provider after coming back from a screen ?
For example:
How can we automatically refresh the provider of Screen B when we come back from Screen C (Pop) and without the help of callback "context.refresh([provider])".
To sum up my problem is I expect that there is some sort of function which will trigger the Provider B to be refresh regardless of pushing / popping from the other screens. Hope this clear. 😅😅😅
Beta Was this translation helpful? Give feedback.
All reactions