When is the right time to switch from JavaScript to TypeScript and frameworks?

0
0
Asked By TechWizard42 On

I'm trying to figure out how to gauge if I'm skilled enough in JavaScript to make the leap to TypeScript and various JS frameworks. How did you all know when you were ready to move on in your early days with JavaScript?

1 Answer

Answered By CodeNinja88 On

I've seen folks at different skill levels jump into TypeScript and frameworks. If you're comfortable with JavaScript basics and understand scaling concepts, why not give TypeScript a go? I found learning types bolstered my JavaScript skills because it got me used to validation and type checking. Once I got into TypeScript, I started applying those same practices in JavaScript, and it made a difference for me!

Learner123 -

That's a good point! I'm curious, how did you know when to take the plunge into frameworks like React or Svelte?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.