Adopting Flow and TypeScript – Thinkmill – Medium

Lately we’ve been noticing a lot of NaN’s show up in our app. We search for the source and find the following code: We sigh to ourselves, and decide maybe it’s finally time to add a type checker. We… Read more

Similar

Top Things to Know about TypeScript

TypeScript is a superset of JavaScript that provides typed nature to your code. TypeScript can be used for cross-browser development and is an open source project. Bipin Joshi shares a quick overview of the top 10 features of this new scripting language. (more…)

Read more »

TypeScript 5.7

Today we excited to announce the availability of TypeScript 5.7! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for type declarations and annotations. This syntax can be used by the TypeScript compiler t... (more…)

Read more »