Learn About Generics in TypeScript
`If you’ve been learning JavaScript for a while and you’ve never had a hands-on experience with TypeScript, I highly recommend you get started with TypeScript as soon as possible and see if it’s something you’d like to start using to develop your apps. Integrating TypeScript into your development flow will bring great benefits, like writing better code and avoiding bugs from occurring before they even get the chance to occur.
And if you’ve been using TypeScript, you might find generics to be a confusing concept, especially if you’re new to TypeScript. However, after understanding a little more about them, you’ll come to realize they actually aren’t that difficult to understand.
This article aims to go over generics in TypeScript and talk about what they are, how they work, and why we even need them.`
出典:Medium Learn About Generics in TypeScript
The following article is an introduction article of jsmanifest