The following is a guest post by James Henry (@MrJamesHenry). I am a member of the ESLint Core Team, and a TypeScript evangelist. I am working with Todd on U...
Read more »
A glimpse into a more civilized (yet challenging) tool in the JavaScript ecosystem... (more…)
Read more »
The official Redux+TS template for Create React App - reduxjs/cra-template-redux-typescript... (more…)
Read more »
After spending some time in TypeScript you may begin to crave type safety everywhere in your life. JavaScript is an inherently unsafe language and there are dragons to be found everywhere and in almost every framework. Most frameworks are sufficiently cov... (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... (more…)
Read more »