Typed Componentry with React, Apollo, Flow, and GraphQL TL;DR: Using GraphQL? You can generate strongly-typed React components — read on! When developing in React, using a type system (like Typescript or Flow) can be a great help. You can be sure that your props and state are what you expect, at build-time, and code your components to match…