Logo Awesome React

Awesome React

Flow Typing a React Codebase

Talk from React Amsterdam Conference 2017 https://react.amsterdam

Forbes Lindesay, Software Engineer at Facebook

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.