DEV Community

Discussion on: Is 2019 the year of TypeScript?

Collapse
 
nickytonline profile image
Nick Taylor

If you're in Reactland, it couldn't be easier to get started with TypeScript these days since support landed in Babel 7 and they implemented support in Create React App.

npx create-react-app your-project-name --typescript