NEW
Optimistic UIs with React, Apollo Client and TypeScript (Part III) - Handling Errors
Disclaimer - Please read the second part of this blog post here before proceeding. It walks through the steps taken to update a UI optimistically with Apollo Client. However, it does not discuss how to elegantly handle failed mutations, which, by default, automatically undo optimistic updates made…