Sometimes, we want to set event object TypeScript types with React. In this article, we’ll…
Coding
Sometimes, we want to sort an array with TypeScript. In this article, we’ll look at…
Sometimes, we want to use the for-of loop with index and key with TypeScript. In…
Sometimes, we want to get a variable type in TypeScript. In this article, we’ll look…
Sometimes, we want to parse JSON string in TypeScript. In this article, we’ll look at…
Sometimes, we want to set default property value in React component using TypeScript. In this…
Sometimes, we want to calculate the time between 2 Dates in TypeScript. In this article,…
Sometimes, we want to define an interface for an array of objects with TypeScript. In…
Sometimes, we want to create a TypeScript static class. In this article, we’ll look at…
Sometimes, we want to define static property in TypeScript interface. In this article, we’ll look…