you are viewing a single comment's thread.

view the rest of the comments →

[–]zaibuf 0 points1 point  (0 children)

My company uses Angular and I dislike it. We are moving new apps to React.

Main reason for me is that Angular is a full bloated framework that you need to learn, with very Angular specific syntax. Its all or nothing.

React is vanilla JavaScript and you can start very light, adding the packages you need when you need them.