Sometimes, we want to add return type for a function that returns another function in…
Coding
Sometimes, we want to get the type of a property of a TypeScript class using…
Sometimes, we want to declare a type globally in a project with TypeScript. In this…
Sometimes, we want to fix the Typescript ‘Duplicate function implementation’ error. In this article, we’ll…
Sometimes, we want to fix TypeScript errors on withRouter after updating version with React Router.…
Sometimes, we want to create a TypeScript interface for objects with some known and some…
Sometimes, we want to rewrite the protected routes using TypeScript and React-Router 6. In this…
Sometimes, we want to rewrite the protected routes using TypeScript and React-Router 5. In this…
Sometimes, we want to add the type for Image with TypeScript. In this article, we’ll…
Sometimes, we want to fix the “Property does not exist on type ‘DetailedHTMLProps, HTMLDivElement>’” error…