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
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!
That's a good point! I'm curious, how did you know when to take the plunge into frameworks like React or Svelte?