0 votes
in ReactJS by

How is React different from AngularJS?

1 Answer

0 votes
by

The following table shows the major difference between AngularJS and React

FactorReactAngularJS
Usage of DOMUses virtual DOMUses real DOM
LanguageUses JavaScript with the extended XML syntaxUses TypeScript which is the superset of JavaScript
DesignIt is JavaScript LibraryAngular is a complete framework
App StructureIt is represented only using view of MVCMade of Complete MVC
Developed byFacebookGoogle
Data BindingOne-way bindingTwo-way binding

Related questions

0 votes
asked Jul 2, 2019 in ReactJS by Venkatshastri
0 votes
0 votes
asked Mar 30, 2020 in ReactJS by amita rallin
...