1. React
  2. ReactEurope
  3. 2018
  4. Type-safe React Native with ReasonML

Type-safe React Native with ReasonML

Jared Forsyth at ReactEurope 2018

Types can be invaluable when working on a large project, by making refactoring less error-prone, enabling better coordinating between teammates, and improving readability. Reason gives you a powerful, battle-tested type system with cross-file inference, macros, and excellent JavaScript interop. Learn how you can start using Reason right now to bring more safety and maintainability to your React Native codebase, and catch a glimpse of a future where Reason can bypass JavaScript entirely to make your react app truly native.