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.09k stars 1.21k forks source link

create-react-app support TypeScript now! #218

Closed Taym95 closed 6 years ago

Taym95 commented 6 years ago

I think we should remove create-react-app my-app --scripts-version=react-scripts-ts because the new create-react-app version support TypeScript.

johot commented 6 years ago

But it's not released yet right? Heard it would be in version 2.1 of CRA?

JLarky commented 6 years ago

CRA uses babel transpiler which still has some important limitations, so as it is right now CRA won't replace react-scripts-ts in general case.

Timer commented 6 years ago

PR up in https://github.com/Microsoft/TypeScript-React-Starter/pull/227