Jul 1, 2022 Jul 1, 2022 Using TypeScript with Module Federation How to use TypeScript in Module Federation without overengineering Module Federation TypeScript
Sep 21, 2019 Sep 21, 2019 Reduce redux-connect Typescript boilerplate Use Typescript ReturnType to reduce your Redux connect boilerplate TypeScript
Apr 1, 2019 Apr 1, 2019 Adding Types for npm Packages How to add custom types for npm packages that doesn't have declaration nor DefinitelyTyped support. TypeScript
Feb 24, 2019 Feb 24, 2019 Type-Safe callAll You can have typesafe callAll utility in Typescript 3 TypeScript
Nov 26, 2018 Nov 26, 2018 Using TypeScript Type Guard to Narrow Down Type Using custom type guard allow us to create reusable checking that narrow down the type of a variable TypeScript