Sometimes, we want to use generics in props in React in a functional component. In…
Coding
Sometimes, we want to define string literal union type from constants in TypeScript. In this…
Sometimes, we want to fix the error ‘”Unexpected token *” on import statement’ with Jest.…
Sometimes, we want to import a JavaScript library without definition file in a TypeScript file.…
Sometimes, we want to fix the error ‘”TS2322: Type ‘Timeout’ is not assignable to type…
Sometimes, we want to check if specific object is empty in TypeScript. In this article,…
Sometimes, we want to declare a delegate type in TypeScript. In this article, we’ll look…
Sometimes, we want to break a forEach loop in TypeScript. In this article, we’ll look…
Sometimes, we want to break or continue across nested for each loops in TypeScript. In…
Sometimes, we want to add types of generic stateless component with React and TypeScript. In…