Sometimes, we want to add enum flags in TypeScript. In this article, we’ll look at…
Coding
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…
Sometimes, we want to add types for Axios response with React and TypeScript. In this…
Sometimes, we want to get argument types for a constructor or class with TypeScript. In…