Sometimes, we want to rewrite the protected routes using TypeScript and React-Router 6. In this…
Month: April 2022
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…
Sometimes, we want to mock the useHistory hook in Jest and TypeScript. In this article,…
Sometimes, we want to use styled-components with props and TypeScript. In this article, we’ll look…
Sometimes, we want to set the return type for the array map method callback in…
Sometimes, we want to use @types with TypeScript. In this article, we’ll look at how…
Sometimes, we want to use the fs module in TypeScript. in this article, we’ll look…
Sometimes, we want to remove whitespace from a string in TypeScript. In this article, we’ll…