DEV Community

Discussion on: Relay vs Apollo? Who has used both and why did you choose what you did?

Collapse
 
sibelius profile image
Sibelius Seraphini

With Relay you can use data collocation using fragments, so you can easily refactor your code without breaking it

This is a key feature to scale big applications