-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to create an app with TypeScript support #5895
Comments
As @borekb said all tutorials mentioned
to get typescript support. It should be clearer in the docs that its not necessary command. CRA just supports TS by default and If you have Also should be mentioned that |
Also needed to add |
I have submitted a PR to update the readme / getting started: 5866 |
I'm importing polyfills but they are not being loaded or run at runtime with this new native typescript support, is there smth special we need to do?
|
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. |
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:
I think that all three places mentioned above should be updated, mentioning this flag. If you agree, I'd prepare a PR.
The text was updated successfully, but these errors were encountered: