Sometimes, we want to fix the “Argument of type ‘X’ is not assignable to parameter…
Month: April 2022
Sometimes, we want to use RegExp in TypeScript. In this article, we’ll look at how…
Sometimes, we want to convert a variable to boolean with TypeScript. In this article, we’ll…
Sometimes, we want to compile to a single file with TypeScript. In this article, we’ll…
Sometimes, we want to use the array reduce function with TypeScript. In this article, we’ll…
Sometimes, we want to attach to a stateless component’s ref in React. In this article,…
Sometimes, we want to compare enums in TypeScript. In this article, we’ll look at how…
Sometimes, we want to set an import path alias with TypeScript. In this article, we’ll…
Sometimes, we want to use Promise.all() with TypeScript. In this article, we’ll look at how…
Sometimes, we want to disable TypeScript warnings in VS Code. In this article, we’ll look…