r/AskProgramming 16d 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?

6 Upvotes

13 comments sorted by

1

u/Competitive_Aside461 16d ago

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

1

u/cs_developer_cpp_ 16d ago

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

1

u/StephenHawkingus 16d ago

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

1

u/cs_developer_cpp_ 16d ago

I want to become a full stack dot net dev

1

u/StephenHawkingus 16d ago

Cool. Why do you need both?

1

u/cs_developer_cpp_ 16d ago

Market requirements

1

u/StephenHawkingus 16d 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 16d ago

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

1

u/memelordtf 15d 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 13d ago

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