Using Apollo client for managing global states
Quick Summary
Apart from fetching, storing and modifying GraphQL queries with Apollo client, we can also use it to manage global state/variables in our application. It could be used similarly to a redux state where we define the shared states at the ...
gzamann.hashnode.dev3 min read