DEV Community

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

Collapse
 
devbyrayray profile image
Dev By RayRay

I worked with both.

React is simple to start. It offers a lot of freedom if you compare it to Angular. There is a lot of freedom to pick other libraries in combination with React, but this comes with a significant amount of responsibility. Next to the responsibility, not every React developer will use the same thing for state management.

Compare that to Angular. Angular is a framework with a lot of things in it. It offers less freedom but takes responsibility for you instead of moving that to you. Most developers that are using Angular are familiar with the same things (some details will differ).

My personal favorite is Angular for work, but the personal projects I do with React or Angular 😉