SPSCommerce / create-react-app

Our fork of Create React App
MIT License
0 stars 0 forks source link

Support TypeScript #3

Open jimthedev opened 5 years ago

jimthedev commented 5 years ago

Need to do a new patch including https://github.com/facebook/create-react-app/pull/5827

jimthedev commented 5 years ago

For now you can:

npx create-react-app my-new-react-project --scripts-version @spscommerce/ui-react-scripts --typescript
cd my-new-react-project
yarn add typescript @types/node @types/react @types/react-dom @types/jest

then edit src/react-app-env.d.ts to remove all contents for now.

jimthedev commented 5 years ago

more: https://fettblog.eu/typescript-react/

jimthedev commented 5 years ago

https://github.com/sw-yx/react-typescript-cheatsheet