DEV Community

Discussion on: A Beginners Guide to using Typescript with React

Collapse
 
cubiclebuddha profile image
Cubicle Buddha • Edited

An alternative opinion: if you already are comfortable enough with TypeScript, then I would recommend starting with TypeScript in React because it’s so helpful to be able to use IntelliSense to automatically see the methods available to each part of React. And it’s also really helpful to know which properties are required on each component. I just started using React and I feel incredibly comfortable and productive in it already due to the types.