DEV Community

Discussion on: 10 Must-Know Patterns for Writing Clean Code with React and TypeScript✨🛀

Collapse
 
bennycode profile image
Benny Code

Why do you need PropTypes when coding with TypeScript? I would rather use React.FC and benefit from type-checking and autocomplete than not using it for the sake of PropTypes.