Replies: 1 comment
-
My understanding is that while both will be essentially the same on first load, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
i am using tanstack query for external data loading. i was wondering, why does the documentation uses
const data = useSuspenseQuery(myQueryOptions)
instead of
const data = useLoaderData({from: "/my-route"})
Hope someone can clarify what i am missing here. cheers!
Beta Was this translation helpful? Give feedback.
All reactions