|
|
|
|
|
by wmdmark
3025 days ago
|
|
Fair points. The thing that tipped in favor of GraphQL for the back-end was that it puts the client in charge of the data structure. I suppose you could hack something like that with REST but it would be difficult.
Our application is by no means narrow or simple and GraphQL (without Redux) has been perfect. I don't dislike Redux, we just didn't need it after switching to GraphQL. |
|
Not really. You can design specific REST endpoints to return the data in the format you want.