DEV Community

Discussion on: New to web development, which tech should I learn?

Collapse
 
imjoshellis profile image
Josh Ellis

I would start with React simply because there is a lot more material out there about it.

As for learning TS, you can definitely do it while learning React if you come from a typed language background. I wouldn’t recommend it for a total beginner. But you have experience, and using types would make it easier to learn React because you’re forced to think deeper about what you’re doing.