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
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
I have three useSWR in the single page, I want to make a single render of the page with fresh data of all useSWR's
Now:
mutate -> render
mutate -> render
mutate -> render
Should be:
mutate
mutate
mutate
-> render
Is it possible to achieve? Thank you
P.S. Using latest beta of the useSWR (6) with nextJS
P.S.S. For example, RTK can achieve that with the useQueries hook ( https://tanstack.com/query/v4/docs/reference/useQueries )
Beta Was this translation helpful? Give feedback.
All reactions