You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
I've been researching the state of TypeScript & React. Officially there's a Create React App plugin system along with a TypeScript plugin. I think anything the TypeScript community can do to get those merged would be amazing.
Unfortunately, we lose the benefit of running the upstream CI on Travis with that approach.
Finally, I looked into react-app-rewired which has known issues. The TypeScript plugin is missing basic features like ts-jest.
The example in this repo has been broken for months due to out of date dependencies. It'd be nice to add more maintainers to keep things current as React evolves. Setting up Travis CI for this repo would be helpful as well.
The text was updated successfully, but these errors were encountered:
FYI wmonk/create-react-app-typescript#183 has been merged and v2.9.0 has the latest changes. Microsoft/TypeScript-React-Starter can update to the newest version now.
I've been researching the state of TypeScript & React. Officially there's a Create React App plugin system along with a TypeScript plugin. I think anything the TypeScript community can do to get those merged would be amazing.
Until then, we have create-react-typescript which is significantly out of date. I've rebased onto the modern create-react-app codebase and submitted a PR. Forking the entire create-react-app repo is unfortunate however it seems like the best approach for now.
I found out that create-react-app accepts a git url for the scripts. That's helpful for installing without having to release to npm.
Unfortunately, we lose the benefit of running the upstream CI on Travis with that approach.
Finally, I looked into react-app-rewired which has known issues. The TypeScript plugin is missing basic features like ts-jest.
The example in this repo has been broken for months due to out of date dependencies. It'd be nice to add more maintainers to keep things current as React evolves. Setting up Travis CI for this repo would be helpful as well.
The text was updated successfully, but these errors were encountered: