🎨 The exhaustive Pattern Matching library for TypeScript, with smart type inference. - GitHub - gvergnaud/ts-pattern: 🎨 The exhaustive Pattern Matching library for TypeScript, with smart type infer... (more…)
Read more »
In this ongoing series, I am putting together a Github Repository Template for my "Go To" front-end tech stack of Next.js, React, TypeScript etc. In the 2nd part of the series, I set up ESLint to work with TypeScript. In this post, we will get Jest T... (more…)
Read more »
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 »
I would like the jury to know that I am, for the most part, a TypeScript fan but I do have some nagging doubts that I would like to discuss in this post. (more…)
Read more »
The router, a central part in many web apps, is sometimes stringly typed. We'll examine how to build a url-based router where routes are type checked. (more…)
Read more »