Statically typed Javascript : Why and How

Statically typed Javascript : Why and How

5 years ago
Anonymous $L9wC17otzH

https://medium.com/@franciscoigor/statically-typed-javascript-why-and-how-8c429e4bf819

In the last months I have found good experiences using Statically typed Javascript. For example, using React with Typescript. It helps a lot to build a robust Web development, with statically typed Javascript support, ready for a complex and enterprise-level projects.

TypeScript is maintained by Microsoft, but it’s not the only option for statically typed Javascript. Flow, from Facebook and Dart from Google are similar options among a long list of implementations.