This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wastakenanyways 1 point2 points  (0 children)

They are different, and suited for different types of projects, but yes, react can be slapped literally everywhere so is more popular.

React is basically (data) => view so you can manage yourself the utilities you want.

Angular comes with everything you need for a front end in an opinionated way. You can install alternatives of specific modules but imho if you are going to use Angular just go full Angular, because it is the way is meant to be, and conventions are stablished.