Which of the following is the correct way to integrate TypeScript with React?
Use ReactTypeScript library
Install react-scripts-ts
Use tsx extension for files and define types for props and state
TypeScript does not support React integration
This question is part of this quiz :
React with TypeScript