Flow type system: From Facebook to your PWA
By willmendesneto
Flow type system: From Facebook to your PWA
Do you want to know some tips and tricks to migrate in your application from the "typed world"? In this talk, I will share some points about Flow, a static type checker for JavaScript built by Facebook. Flow has some good features for checking types by inference rather than just by annotation and how it compares with other solutions, such as TypeScript.