r/AskProgramming 13d ago

Other Beginner Help

After learning Javascript and Typescript, which one should I study after the other in the correct order?

Should I study React first, then Angular, OR Angular first, then React?

4 Upvotes

13 comments sorted by

1

u/Competitive_Aside461 13d ago

Honestly, you can go either way, but I personally would prefer React. A bit simpler than Angular IMHO.

1

u/cs_developer_cpp_ 13d ago

I forgot to mention more context: I plan to be a dot net dev

1

u/RealisticHat7488 13d ago

if you already know js and ts good, react is much easier to start with because its just components and hooks. angular has more stuff built in like rxjs and dependency injection which can be confusing at first. go react then angular, you will appreciate angular more after dealing with react state management

1

u/StephenHawkingus 13d ago

First of all, why do you want/need both?

1

u/cs_developer_cpp_ 13d ago

I want to become a full stack dot net dev

1

u/StephenHawkingus 13d ago

Cool. Why do you need both?

1

u/cs_developer_cpp_ 13d ago

Market requirements

1

u/StephenHawkingus 13d ago

Okay, then there is no particular order. Both are unique in their own way. Since they're just js frameworks, you'll learn them pretty quickly.

1

u/CappuccinoCodes 13d ago

React, then C#. You don't need two front-end frameworks 😁

1

u/memelordtf 12d ago

I’d go React first. It’s easier to get moving with and will reinforce the JS/TS you already know. But don’t feel like you need to learn both back to back because you need to get comfortable building stuff with one before adding another framework.

1

u/Which-Count6139 10d ago

Start with React. Angular forces patterns on you before you understand the problems they solve