Y
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
kabes
975 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.
link
tusharmath
975 days ago
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
link
kabes
975 days ago
I was talking about apollo client library (since we're comparing it with react query)
link