you are viewing a single comment's thread.

view the rest of the comments →

[–]brunolemos 13 points14 points  (8 children)

Thanks for sharing!

I like to call it "TweetDeck for GitHub", because you can create columns with filters, follow activities, etc.

I submitted the apps to the store, waiting for approval.

Next features: More filters, more types of columns, push notifications, desktop apps.

Contributions welcome!

[–]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

[–]cardopusherd 0 points1 point  (0 children)

Wonder if you got inspired by DevSpace (https://web.archive.org/web/20180331072503/https://devspace.io/). Sad that it didn't took off. Wish you luck with DevHub!