Example: Fetching stoic quotes with React Query
First, you create a server function to fetch a random stoic quote.get-stoic-quote.server.ts
QueryClientProvider
and pass the queryClient
to it.
stoic-quote.action.tsx
useSuspenseQuery
hook to fetch the quote.
stoic-quote.tsx