DEV Community

Discussion on: Comprehensive guide to GraphQL clients, part 2

Collapse
 
cerchie profile image
Lucia Cerchie

What do you see as the advantages and disadvantages of using one of these over another?

Collapse
 
drago profile image
Drago

It depends on your preferences and app use case. To recap, for now, graphql-request is a great tiny tool, for the most simple apps, I use it for my blog :)
For advanced usage, urql is a good choice. In the next part, I'll write about the most advanced client like React Relay and Apollo Client and you'll get a better overall view.