Nick Taylor's Blog

Nick Taylor's Blog

Follow
homeVS Code TipsTypeScriptbadges
Series

TypeScript Diaries

Learnings about TypeScript

Articles in this series

Consider Using TypeScript

Oct 8, 20174 min read

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...

Consider Using TypeScript

Is 2019 the year of TypeScript?

Jan 16, 20191 min read

Also published at iamdeveloper.com on Jan 16, 2019 This comment in the Jest repository,...

Is 2019 the year of TypeScript?

TypeScript Tips Part I

Jan 25, 20192 min read

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...

TypeScript Tips Part I

TypeScript Tips Part II: Declaration Merging

Feb 12, 20192 min read

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...

TypeScript Tips Part II: Declaration Merging

An Enhanced TypeScript Playground

Feb 26, 20191 min read

As I was going through my Twitter feed earlier this evening, a tweet from someone I follow popped...

An Enhanced TypeScript Playground

Strongly Typed JSON in TypeScript

Apr 1, 20222 min read

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...

Strongly Typed JSON in TypeScript