Hacker News new | past | comments | ask | show | jobs | submit login

Yes.

I had the chance to participate in moving the client-server architecture from REST to GraphQL when I worked for two companies as a contractor. They didn't regret it so far. There a various advantages (and disadvantages) [0] using GraphQL.

But these are only the direct impacts of using GraphQL. In the case of these two applications, they had a React client application managed by a GraphQL client library. All the state management done with Redux/MobX was reduced to a minimum, because most of the managed state was remote data from an API. Now the GraphQL client was able to take over, leaving only the local UI state for Redux/MobX. Often it is even possible to remove these state management libraries altogether.

- [0] https://www.robinwieruch.de/why-graphql-advantages-disadvant...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: