DEV Community

Discussion on: A Beginners Guide to using Typescript with React

Collapse
 
bmcmahen profile image
Ben McMahen

I'd recommend starting with React and JavaScript and moving onto TypeScript later. Learning typescript can add a certain level of friction to the development experience especially if you don't have prior experience with typed languages. Plus, most of the tutorials and guides you'll find will be written in regular Javascript.

Probably best to just focus on learning React - and then move over to typescript once you feel you've got the basics down.

Collapse
 
rixcy profile image
Rick Booth

Cool, thanks for the reply Ben! I'll definitely keep this article bookmarked for when I do start using TypeScript :)