Closed
Description
I had a relatively hard time working out how to create a new React app with the built-in TypeScript support. I looked here:
No mention there. Finally, in the changelog, I found what I was looking for:
npx create-react-app my-app --typescript
I think that all three places mentioned above should be updated, mentioning this flag. If you agree, I'd prepare a PR.