DEV Community

Discussion on: Top three React & TypeScript pitfalls

Collapse
 
psiho profile image
Mirko Vukušić • Edited

Last point is nice. Will use that. FC.... Actually, I find FC more readable. Since day one when I tried both ways. Don't know why, maybe because somehow it clearly emphasizes it is an React component. As for issue with Children, often I use Omit and find that also very readable exception to the usual case where children are accepted.