Hacker News new | ask | show | jobs
by gherkinnn 975 days ago
Unlike Apollo, React Query is pleasant to use. It is more like a small wrapper that gets out of your way.
1 comments

What don't you like about Apollo? I've used both apollo (for graphql backends) and react query (for rest backends) and find them quite similar.
Writing your own backend for GraphQL doesn't scale. You should stick to no-code solutions that can auto generate graphQL on top of existing APIs. Checkout https://tailcall.run
I was talking about apollo client library (since we're comparing it with react query)