Sometimes, we want to extend an enum in Typescript. In this article, we’ll look at…
Month: April 2022
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…
Sometimes, we want to fix the “Props with type Object/Array must use a factory function…
Sometimes, we want to add TypeScript types for React checkbox events and handlers. In this…
Sometimes, we want to fix the ‘property forEach does not exist on type NodeListOf’ error…
Sometimes, we want to specify parameter type as one of many types instead of any…
Sometimes, we want to fix the “Property ‘allSettled’ does not exist on type ‘PromiseConstructor’.ts(2339)” error…
Sometimes, we want to pass an array as arguments in TypeScript. In this article, we’ll…