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
Would it be possible to pass fallback data to the useGetEntries like you would in useSWR?
If I query data on server and pass id down through props and pass it to useGetEntries() as a fallback so it won't need to make another call initially.
Not sure if there is some magic behind the scenes that merges the fetched on the server using getEntries() with the local data from useGetEntries().
Thanks,
Ermal
The text was updated successfully, but these errors were encountered:
Edger, thanks for these helpers!
Would it be possible to pass fallback data to the useGetEntries like you would in useSWR?
If I query data on server and pass id down through props and pass it to useGetEntries() as a fallback so it won't need to make another call initially.
Not sure if there is some magic behind the scenes that merges the fetched on the server using getEntries() with the local data from useGetEntries().
Thanks,
Ermal
The text was updated successfully, but these errors were encountered: