DEV Community

Discussion on: Has anyone worked in React and Angular both?

Collapse
 
huberv profile image
Valentin Huber

I work with both and I really don't have a favourite:

I started with React and still like is "pureness" over the complexity of Angular, but when it comes to production-grade apps you have to add lots of libraries to a React project (routing, forms, ...) whereas Angular contains lots of that, including good documentation (if you know what you're doing).

So I would say that with React there's more than one way to do it whereas with Angular there is at least the default Angular way.