Converting the app from JavaScript to TypeScript might take a while. Instead, we can add a new layer over our code for type checking. Flow is a static type checker for JavaScript, and helps us achieve that.
See https://flow.org/ for more information.