DEV Community

Discussion on: I'm learning graphql and I love it so far

Collapse
 
nshoes profile image
Nate Shoemaker

We've been using GraphQL for a project and we have absolutely loved it (Rails + ruby-graphql and a React SPA with Apollo).

Are you focusing on the server-side or consumer side of things? If you're working on the frontend, I highly suggest investing in a library like Apollo. Managed cache, UI library support, testing helpers, and so much more give you a huge headstart in architecting your frontend's communication with a GraphQL server.

Collapse
 
dechamp profile image
DeChamp

going to be both! Ya, so the other team is already using Apollo, so that is what we'll be doing too. Glad to hear you've liked it so far.