Sometimes, we want to transpile TypeScript to ES6. In this article, we’ll look at how…
Month: April 2022
Sometimes, we want to extend a component with additional properties with React and TypeScript. In…
Sometimes, we want to fix the “A const enum member can only be accessed using…
Sometimes, we want to stub a Typescript-interface or type definition. In this article, we’ll look…
Sometimes, we want to make web workers with TypeScript and Webpack. In this article, we’ll…
Sometimes, we want to sort strings descending with TypeScript In this article, we’ll look at…
Sometimes, we want to get HTMLElement from element with TypeScript. In this article, we’ll look…
Sometimes, we want to add switch statement for a specific type in TypeScript. In this…
Sometimes, we want to fix the “parameter implicitly has an ‘any’ type” error in TypeScript.…
Sometimes, we want to replace all instances of character in string in TypeScript. In this…