Hacker News new | ask | show | jobs
by kabes 979 days ago
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.
1 comments

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)