Articles in this series
I'm not going to be one of those that tells you have to use TypeScript (or Flow for that matter). I'm also not going to go into the whole TS vs. Flow...
Also published at iamdeveloper.com on Jan 16, 2019 This comment in the Jest repository,...
We'll start off with the usual shameless plug of another blog post. If you haven't read it yet, check out my blog post, Consider Using...
Declaration merging has been around for a while now in TypeScript. In a nutshell it lets you merge definitions of types. There's plenty of examples in...
As I was going through my Twitter feed earlier this evening, a tweet from someone I follow popped...
Someone in one of the Slack communities I'm a part of asked today how to type JSON in TypeScript, specifically importing JSON and then typing it. They...