All Posts

Remote State Management: Use Apollo Cache Instead of Custom React Context

When maintaining client state from a remote API, use the Apollo Cache instead of creating a redundant custom React context to store the state.