DEV Community

Discussion on: Would you ever go back to Angular from React?

Collapse
 
abdurrkhalid333 profile image
Abdur Rehman Khalid

I am working with Angular for the Past 3 Years and After Learning Angular I learned React and React Felt very easy and Addictive to me.

But it does not mean that it created the feeling in me to give up Angular for all and never return to it. I am working with Angular and Love it as well. And I will continue to work with Angular in the Future as well and it is a nice thing to have a side JavaScript framework on the side so that you can accept the challenge of modern technologies.

Collapse
 
tretyakovd profile image
Dennis Tretyakov

Well, I think I truly understand the point "Love it" and "Nice to have a side JavaScript framework", but those are more personal ones. Might be you could point out some more pragmatical benefits of Angular?

Collapse
 
abdurrkhalid333 profile image
Abdur Rehman Khalid
  1. Angular is a Complete Framework, you do not need any external libraries to perform your work.
  2. Angular has various kinds of form handling such as Reactive, Template Based, and Dynamic(I don't remember completely).
  3. Angular imposes to write strongly object-oriented code.
  4. There is no need to write another programming language(JSX) for same work that has been done already (HTML).
  5. TypeScript is easy to understand as compared to JSX.
  6. Each file, .ts, .HTML, .css and .specs.ts is separated so there is very less chances of clutter in code.
Thread Thread
 
tretyakovd profile image
Dennis Tretyakov • Edited

I'd argue some of these statements, but even assuming they r all valid. I don't see any of them as benefits that would result in the simplicity of development, testing, or maintenance.

Thread Thread
 
abdurrkhalid333 profile image
Abdur Rehman Khalid

It is okay, everyone has their own opinion on certain matters, and it is quite easy for testing and maintenance as every file is separated even the testing files are places alone.