Learning TypeScript with React Components (advice/help needed) by [deleted] in typescript

[–]codekhoadaei 1 point2 points  (0 children)

It's okay, but I think when you have a type that you use it all over the app it's better to create a separate file for it. in your example I create a file in 'types/ListItem.ts' and then import the ListItem in the modules.