Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 376 Bytes

File metadata and controls

19 lines (12 loc) · 376 Bytes

TypeScript

To add TypeScript to a React app.

See Adding TypeScript in the docs.

Create a new app.

$ npx create-react-app my-app --template typescript

Or add to existing.

$ npm install --save typescript @types/node @types/react @types/react-dom @types/jest

And rename .jsx files to .tsx.