-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments: Why do we use Relay? #557
Comments
Awesome article, exactly what I was looking for :) |
Excellent write up. Nice work. |
Out of curiosity, the article mentioned that an audit was performed to see what was still needed in apollo to make the switch worth it. Are there plans to do another audit soon? To me it seemed that most of the things Relay offered that apollo didn't are no longer issues and apollo seems to have even better tooling e.g. Apollo Dev Tools, Apollo Graph Manager, etc. I am currently using Relay but am wondering if apollo is ready for another look? |
@kdawgwilk No audit per se, but we are looking to use Apollo server-side for its tools. There are a lot of necessary steps, like using standard Relay (instead of our fork). I don’t think we have any active plans to switch to Apollo on the client, though, just the server. |
Does the pros and cons still hold true vs. urql as well? |
@hegelstad I haven't looked into urql, but we're still quiet happy with Relay. We also use GraphQL outside of just a Node context, like with a recent ecommerce microservice in Rails, so we need a solution that isn't tied directly to React. |
Thanks for the great read - also evaluating which GraphQL client to use for a React Native app I'm building for a nonprofit. It will likely always just serve React, Typescript clients so I'm leaning toward Relay despite the barrier to entry... but need to study up more on Apollo. If Apollo & Relay were in their current states in 2016 when you made your decision. Would you have chosen Apollo? |
There are some interesting projects here in 2021 Server: Gateway: |
[url]
The text was updated successfully, but these errors were encountered: