|
|
|
|
|
by martpie
744 days ago
|
|
To me, the best feature is Relay Fragments (I think Apollo has fragments too?), as each component describes the data they need: no need to do a big top-level request then pass down the data to the responsible components, everything is in one file. It makes UI changes much much easier to deal with. |
|
Deleting code automatically removes its data dependencies from the root query, it's ideal.