Jimmy Jia

Results 404 comments of Jimmy Jia

If you're doing nested routes, and you have a query renderer per route, you're going to end up with waterfalls unless you're using something like Found Relay. Same deal as...

See also the JSON patch spec: http://jsonpatch.com/ In practice it's not actually that hard to build out something live-query-like on top of subscriptions. We've done it – it's not so...

@robzhu linked https://www.youtube.com/watch?v=BSw05rJaCpA in https://github.com/facebook/graphql/issues/284#issuecomment-350850603, which is super helpful. Adding it here in case anyone missed it on https://github.com/facebook/graphql/issues/284. Someone should write up the video content into a blog post!...

@paralin Following up on our discussion in #284, I think there's really two questions here with live queries: 1. How do we know when to send a live query update?...