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 disable TypeScript warnings in VS Code. In this article, we’ll look…
Sometimes, we want to use Promise.all() with TypeScript. In this article, we’ll look at how…
Sometimes, we want to extend TypeScript global object in Node.js. In this article, we’ll look…
Sometimes, we want to define a private property when implementing an interface in TypeScript. In…