DEV Community

Discussion on: What's the biggest tech-stack change you've had?

Collapse
 
darthknoppix profile image
Seth Corker

How did you find the move from JS to TypeScript? Do you prefer static type checking?

Collapse
 
satyendrachaudhary profile image
Satyendra Chaudhary

If you are using right tools, like VS code. Typescript is better than regular Javascript, but there will some scenario which will test your patience. If you are just started learning Javascript/React, I would suggest to move to Typescript as soon as you are comfortable with your basics.

I know it's late to reply, I did as soon as I could.