Sometimes, we want to return a proper Promise with TypeScript. In this article, we’ll look…
Sometimes, we want to define an object of objects type in TypeScript. In this article,…
Sometimes, we want to add enum flags in TypeScript. In this article, we’ll look at…
Sometimes, we want to specify generic object type in TypeScript. In this article, we’ll look…
Sometimes, we want to fix ‘property mock does not exist on type’ error with Jest…
Sometimes, we want to fix the “declaration or statement expected” error when exporting a function…
Sometimes, we want to add global types in TypeScript. In this article, we’ll look at…
Sometimes, we want to add the className prop to a component with React and TypeScript.…
Sometimes, we want to extend an enum in Typescript. In this article, we’ll look at…
Sometimes, we want to allow image import with TypeScript. In this article, we’ll look at…