top | item 46265590

(no title)

nisalperi | 2 months ago

My hot take is that if you’re using GraphQL without Relay, you’re probably not using it to its full potential. I’ve used both Relay and Apollo Client on production, and the difference is stark when the app grows!

discuss

order

rbalicki|2 months ago

1000%. There's almost no reason to use GraphQL unless you take advantage of data masking + fragment colocation.

tcoff91|2 months ago

I have that with URQL+gql.tada.

What else does relay give me that URQL does not?