How to enforce both args of a function to be same member of a union type ?In the article we will discuss different approaches to make sure that a function taking two arguments are of the same type.Oct 27, 2024Oct 27, 2024
What does the keyword extends mean in TypeScript ?extends is likely the most important keyword in TypeScript. The thing is that extends means different things depending on the context.Jun 8, 2024Jun 8, 2024
Mutually exclusive props in TypeScriptElectrons of a atom can’t be in the same quantum state — Credits: Webstacks on UnsplashSep 28, 2023Sep 28, 2023
Generic type React component in TypeScriptIn the present article, we’ll discuss on how to write a Generic type React component. Generics are the hardest TypeScript features to get…Mar 12, 2023Mar 12, 2023