DEV Community

Discussion on: Discoveries I made while using Typescript and React

Collapse
 
arvigeus profile image
Nikolay Stoynov

Prefer using HTMLProps over HTMLAttributes:
stackoverflow.com/questions/481981...

Collapse
 
hurricaneinteractive profile image
adro.codes

Thanks for the advice!