Share query provider among iframes #8744
Unanswered
dberardo-com
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am currently using the query client with a persiter. In the same page i am loading iframes which are react based (portaled).
my question is: will the portaled component inside the iframes preserve access to the same queryclient as the parent application? if not, is it possible to clone the client so that it can access the same events?
i understand that the persisted cache is already available inside the frames because the localstorage/indexdb is already shared, but:
Beta Was this translation helpful? Give feedback.
All reactions