Typescript-react-starter: Please Archive this project

Created on 18 Jul 2018  路  6Comments  路  Source: microsoft/TypeScript-React-Starter

As of July 2018, this project is outdated. The project does not build cleanly.
83 issues open, 26 PR's. I was hoping I could get started but instead I found a project which will not build.

Its is probably a good reference which it would still be if it is archived.

Most helpful comment

I was hoping to jump into Typescript today. I looked to Microsoft as an authority in Typescript, but I'll see if any other companies have a starter kit they endorse.

All 6 comments

I was hoping to jump into Typescript today. I looked to Microsoft as an authority in Typescript, but I'll see if any other companies have a starter kit they endorse.

And/or add a comment above the Readme that this repo is deprecated in favour of the actively maintained repo here? https://github.com/wmonk/create-react-app-typescript/

Correct boiler is working on my repo if you want : https://github.com/edd83/my-app

@DanielRosenwasser Please archive this repository. I started my typescript react project only to find that it is not being actively maintained.

Unfortunately I found this project first and went down the wrong path.

The canonical path is:

npx create-react-app my-app --typescript

Which landed in:
https://github.com/facebook/create-react-app/pull/5550

+1 adding a deprecated warning to the top of the readme

@bowdenk7 @DanielRosenwasser It would be great if we could update this project as per the current CRA Docs or at least put a Note in Readme showing it's not being maintained. The project comes up as the top search result for React TypeScript newbies and creates a lot of confusion and mistrust #246 since the Repository is in the official Microsoft account.

Was this page helpful?
0 / 5 - 0 ratings