What is the difference between angular and react?



What is the difference between angular and react?..

Answer / Pallavi Agrawal

Angular and React are both JavaScript frameworks, but they have some differences. Angular (also known as AngularJS) follows the MVC pattern and comes with a lot of built-in features like form validation, dependency injection, and data binding. On the other hand, React is a view library that focuses on building reusable UI components using a virtual DOM. It uses a different approach called JSX for writing components.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

Why decorators are used in angular?

1 Answers  


Explain ng-bind directive ?

1 Answers  


What do you mean by ng-app,ng-init,ng-model?

1 Answers  


Is AngularJS same as jQuery?

1 Answers  


How to access parent scope from child controller in angularjs?

1 Answers  


What is angular @ routeparams?

1 Answers  


Difference between angularjs and react.js.

1 Answers  


What are isolated unit tests?

1 Answers  


What are the benefits of dependency injection?

1 Answers  


What are @injectable providers?

1 Answers  


What is the possible order of lifecycle hooks in angular?

1 Answers  


What is a decorator in angular?

1 Answers  


Categories