TypeScript Enums vs. Flow Enums
The Flow team recently announced Flow Enums, a new language feature from Flow. If you’re familiar with TypeScript, you might be wondering… (more…)
Read more »Lately, I’ve been thinking about how one can decide whether to annotate or let TypeScript infer the types of variables/expressions whenever it can. If you don’t know what Type Inference is, refer to the official guide. If you’re using Flow, this article w… Read more