Closed thangchung closed 5 years ago
Apollo-client vs Redux
https://github.com/apollographql/apollo-link-state/tree/master/examples/todo-remote-schema https://www.robinwieruch.de/react-apollo-link-state-tutorial https://hackernoon.com/setting-up-apollo-link-state-for-multiple-stores-4cf54fdb1e00
Currently, we host the GRPC inside out. Everything is seem fine, but this approach looks like has a lot of drawback such as 2 protocols (REST and gRPC) exposed, some of authentication and authorization functionalities are still processing... If we can have a way to work with GraphQL.NET on the server, and apollo-client for the front-end then it can be standardized with the normal use-case in many projects in the world. Just like below but for .NET ecosystem
References: