Bryan Goldstein

Results 83 comments of Bryan Goldstein

This shouldn't be that difficult to tackle for anyone who is interested. Especially if it is must has :-D

At the moment, the gun api has a better mutation interface than I have yet to see. If you have ideas I'm happy to hear them. Right now I would...

@ansarizafar - check this out https://github.com/brysgo/apollo-link-gun it might be more appropriate

@nikhilag - You will probably need `gun-asyncstorage` for react-native. Let me know if you run into any issues.

graphql-gun has an apollo style container (https://github.com/brysgo/graphql-gun/issues/3), but as for how that fits into apollo client, I'm not really sure because I haven't had much experience working with apollo.

Graphql gun has no dependency on relay or Apollo client (though it uses tools from Apollo). It basically just mimicks them using gun db which is an offline first DB.

Thanks, I'm probably going to have a configurable observable interface, and maybe a separate library that exports configurations for different technologies.

In that case, though very poorly documented, the subscription interface currently in place has a bunch of different interfaces that would be trivial to hook up to an observer library.

@fmr I haven't touched this project because no one was interested in it. I would love to make it a thing if you have a use for it.

Just updated the deps and enabled greenkeeper, should be okay to use 🚀