DEV Community

kevincp17
kevincp17

Posted on

Angular JS vs React JS

So, which one do you think is better? Which one is easier to learn and implement to your project?

Oldest comments (4)

Collapse
 
frontendengineer profile image
Let's Code • Edited

Angular && React have changed as they are constantly getting updated and have their own differences/complexity. For example, how to consume properties, store data, etc...

I would recommend ReactJS among the two as it is widely used. If you have JS fundamental mastered, it should be a problem for you to pick any of these easily to include the newer libs like SvelteJS and VueJS. Below is ReactJS preview so you can have an idea how it looks like. I am planning to make an equivalent video in Angular shortly. Good luck and hope this helps!

Collapse
 
ben profile image
Ben Halpern

They are both mature enough that I wouldn't say it's reasonable to say one is better.

They are different and there are a lot of good comparisons out there.

Collapse
 
jcubic profile image
Jakub T. Jankiewicz • Edited

Angular != AngularJS. The second is obsolete technology and you should not use it in new projects. I think that a lot of cool things about AngularJS are no in VueJS.

But Angular vs React. Angular is better for bigger team with java background. I don't like Java and Angular personally.

Collapse
 
areskul profile image
Areskul

I prefere vue. Easier to learn do to template synthax.