microsoft / TypeScript-React-Starter

A starter template for TypeScript and React with a detailed README describing how to use the two together.
MIT License
11.08k stars 1.21k forks source link

Please abandon this repo #282

Closed chriskuech closed 5 years ago

chriskuech commented 5 years ago

create-react-app now officially supports TypeScript. While this repo was clearly the best solution at the time, it no longer has benefit over the official create-react-app solution. There are clearly many people struggling to still use this repo, despite it not having been updated in 2 years (an eternity in JS world).

jamestharpe commented 5 years ago

Maybe link to instructinos for creating an equivelent app using the "current" preferred method?

chriskuech commented 5 years ago

These are the official instructions provided by React team: https://facebook.github.io/create-react-app/docs/adding-typescript

akilman commented 5 years ago

Seconded

A disclaimer at the top of the readme would do

karlhorky commented 5 years ago

Maybe archiving the repo would also be a good idea.

orta commented 5 years ago

I agree, this is a great case of being able to redirect to the official docs. Let me take some time to audit the issues/PRs/code before making the final call but I agree from a cursory look.

orta commented 5 years ago

Alright, this is getting archived - thanks folks