DEV Community

Discussion on: Learn React with Typescript vs Javascript

Collapse
 
itsjzt profile image
Saurabh Sharma • Edited

most of the people use typescript/prop-type with React.js

Typescript is hugely popular in react world

Collapse
 
ranjitmenon profile image
ranjitmenon

So can I confidently go ahead learning it with Typescript

Collapse
 
itsjzt profile image
Saurabh Sharma

yeah.

  • create-react-app has a --flag for typescript generation
  • next.js supports typescript out of the box.

both show how famous typescript is in react world