1. React
  2. React Day Berlin
  3. 2019
  4. Empowering your React application with types using flow

Empowering your React application with types using flow

Flow makes it possible to add types to already existed projects gradually, without the need to re-write a business logic part of an application to another language.

Olena Sovyn at React Day Berlin 2019

Flow makes it possible to add types to already existed projects gradually, without the need to re-write a business logic part of an application to another language. Having a typing system in place is beneficial in many cases - from refactoring old code to onboarding new team members. However, in the attempts to increase coverage it is easy to shoot yourself in the foot and end up with a system that is not helpful enough or even slows down development time. Let’s figure out together, how spending the same amount of time on this task can lead to a more resilient and effective type system in your React projects.