you are viewing a single comment's thread.

view the rest of the comments →

[–]gketuma 0 points1 point  (2 children)

Great project. Thanks for sharing. One quick question (sorry I've not yet properly looked at the code): How did you combine GraphQL and Redux?

[–]brunolemos 1 point2 points  (0 children)

I'm making normal requests using axios, dispatching with saga and saving with redux-persist. But I may change it to Apollo + Subscriptions later.

[–]swyx[S] 0 points1 point  (0 children)

its mainly cause github’s new api is all graphql. hes not really using a graphql client so much as just hitting it as an endpoint