Typescript-react-starter: create-react-app-typescript is deprecated

Created on 22 Dec 2018  路  7Comments  路  Source: microsoft/TypeScript-React-Starter

https://github.com/wmonk/create-react-app-typescript

README says that users need to migrate to create-react-app

Most helpful comment

Agreed. Should update to npx create-react-app my-app --typescript
https://facebook.github.io/create-react-app/docs/adding-typescript

--scripts-version=react-scripts-ts doesn't work quite well with Scss.

All 7 comments

Agreed. Should update to npx create-react-app my-app --typescript
https://facebook.github.io/create-react-app/docs/adding-typescript

--scripts-version=react-scripts-ts doesn't work quite well with Scss.

I created similar issue with article how to use CRA for TS and migrate from wmonk solution, so this one may be closed.

Outdated docs are a pain and even worse when it is not obvious that they are outdated. 馃槙

I was just confused, that the README still uses the deprecated term SFC, which is misleading since the introduction of hooks. But since this does not seem to be maintained, I will not open an issue for that.

Agreed, these docs need to be updated ASAP, very misleading to newbies (like me)

Another resource from the React Website: https://reactjs.org/docs/static-type-checking.html#typescript

It is interesting, there is no active maintainer of this repo. There are a lot of open PRs. This issue should obviously be fixed as well.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Arelav picture Arelav  路  4Comments

Lxxyx picture Lxxyx  路  9Comments

nikhilyeole1 picture nikhilyeole1  路  9Comments

a455047 picture a455047  路  8Comments

corydeppen picture corydeppen  路  6Comments