-
-
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
Official TypeScript support #3415
Comments
There is also https://github.com/timarney/react-app-rewired but i'm not sure how far that will get you compared to Also a bunch of related info with regards to maintaining a fork: #682 |
TypeScript support is only ~254 lines of code. Rebasing is painful. react-app-rewired is missing most of the features in |
Make a PR to react-app-rewire-typescript to add ts-jest or write your own react-app-rewire plugin, its easy. imo typescript doesnt belong in CRA. |
I don't think react-app-rewire is the answer. There are known issues with that approach. The Plugin System looks amazing. Hopefully that gets merged soon. |
TypeScript is now officially supported as of Create React App 2.1. Read the release notes to get started! |
Is there any interest in officially supporting TypeScript in
create-react-app
? I think having to fork the repo to add support is a bit unfortunate.Creating a react-scripts only fork is nice, however there's still a bunch of lightly modified upstream code.
The text was updated successfully, but these errors were encountered: