DEV Community

Discussion on: Upgrade your React game with TypeScript: Interfaces, types and components

Collapse
 
nickytonline profile image
Nick Taylor • Edited

Great post Elizabeth! One suggestion. For interfaces and any types you define in TypeScript, use Pascal casing. I believe it's the official naming convention.

Also, a couple of other resources that you may find useful:

  • @swyx 's awesome cheat sheet for TypeScript and React that he created a while back.
  • If you are looking to bootstrap a new TypeScript project, including a React project, consider giving TSDX a look.

@dance2die wrote about TSDX a while back.

Looking forward to your next post!

Collapse
 
misselliev profile image
Elizabeth Villalejos

Hi Nick! Thank you for pointing it out (I'll update it ASAP) and for sharing those resources. I'll be diving into it 🤓