fetcher.load vs useQuery for client-side API calls? #4090
Unanswered
cliffordfajardo
asked this question in
Q&A
Replies: 1 comment
-
Did you end up trying |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
fetcher.load
could be swapped with react-query's useQuery hook to fetch data not associated with UI routes (popovers, dynamic forms, etc.)?useFetcher
when using fullstack remix?I want to learn to use Remix to the best of my ability
maybe I'm not using
useFetcher
in the best way or not seeing things right 😅Related
Beta Was this translation helpful? Give feedback.
All reactions