Replies: 2 comments 1 reply
-
I am picking up old conversations here. Fetch policy in Meanwhile I'd like to understand more about your use case, because |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @vicary it's not an issue anymore, faust.js had a huge refactor. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi :)
During the implementation of On-demand Incremental Static Regeneration, I experienced issues with duplicates of list items after calling unstable_revalidate.
After getting list items simply via fetch I'm not experiencing the issues anymore.
Is there a possibility to add fetchPolicy option with 'no-cache' acceptable to useQuery hook?
On the Discord I got suggestions to fetch with useLazyQuery, but there are many scenarios when async calls are not acceptable https://github.com/wpengine/faustjs/blob/canary/examples/next/getting-started/src/pages/posts/index.tsx#L18 or it'll be just easier to define it in the useQuery hook like looking for other unnecessary workarounds.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions