DEV Community

Discussion on: I Migrated Away from Apollo Client to Vercel SWR and Prisma graphql-request...and You Can Too!

Collapse
 
matepaiva profile image
Matheus Paiva

Hello, Aryan. Great article, congratz! Do you make your server-side requests using SWR as well, or did you migrate only the client-side requests?

Collapse
 
aryanjnyc profile image
Aryan J • Edited

I make all GraphQL requests using graphql-request. SWR is only for caching (and only for the React client).