1. React
  2. React Amsterdam
  3. 2017
  4. Flow Typing a React Codebase

Flow Typing a React Codebase

Forbes Lindesay at React Amsterdam 2017

Adding type checking to your code can be a frustrating experience at first. In this talk, Forbes will help you through that initial stage by identifying some of the problems you're likely to experience and giving you the tools to work through them. We'll cover adding types to code that initially looks too dynamic to type, adding runtime type checking (and whether that's a good idea) and finally, how you publish your type checked modules to npm.