DEV Community

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

Collapse
 
aryanjnyc profile image
Aryan J

Hey Shina!

SWR is the caching solution while graphql-request will take care of making the actual GraphQL requests.

I have no experience with using Vercel SWR in Gatsby but I have used it with Next.js (which also implements SSR).

Collapse
 
shinabr2 profile image
ShinaBR2

Okay thanks, let me deep dive into and see <3 keep moving on.