DEV Community

Typescript Generics Quick Intro with react basics

vinodchauhan7 on October 08, 2019

In this article, we're going to look over how Generics work in Typescript. Literally, it looks scary at the beginning but when we understand and br...
Collapse
 
mintuz profile image
Adam Bulmer

Great article and a complex topic broken down well.

I found this the other day which has also been quite helpful. github.com/typescript-cheatsheets/...

Collapse
 
nikhilknoldus profile image
Nikhil

This article is good, covered a good part of TypeScript.
It would be great to know more about React with TypeScript.

Thanks!

Collapse
 
vinodchauhan7 profile image
vinodchauhan7

Sure Nikhil, Will get back soon with it.

Collapse
 
ovieokeh profile image
Ovie Okeh

Really nice article. In the case of adding an optional field, you could also use an index signature to specify optional fields.