You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I share the swr cache with the same page opened in an <iframe>?
Lets say I have these pages:
/me
/posts
/posts/[id]
/photos
/photos/[id]
And I want to also display the /me page inside an iframe but the page is also preloaded from the main window, so I want to just reuse the cache with the iframe to avoid loading again the data, Is there a way to do that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
How can I share the
swr
cache with the same page opened in an<iframe>
?Lets say I have these pages:
And I want to also display the
/me
page inside an iframe but the page is also preloaded from the main window, so I want to just reuse the cache with the iframe to avoid loading again the data, Is there a way to do that?Beta Was this translation helpful? Give feedback.
All reactions