|
Answer» Write down 11 main difference between Angular and React? Below is 11 main difference between Angular and React (1)Author:-Angular author is Google and React is handle by Facebook Community. (2)Developer:-Angular developer is Misko Hevery and React developer name is Jordan Walke. (3)Release Data(Initial):-Angular date is "October 2010" and React date is "MARCH 2013" (4)Language:-Angular language is JavaScript and HTML and react uses only JSX. (5)Performance:-Performance wise Angular is little bit SLOW on the other hand React is Fast(Due to Virtual DOM). (6)Render:-Angular is Client-Side and React is on Server-Side. (7)DOM:-Angular is Regular DOM and React is Virtual DOM. (8)Data-Binding:-Angular is Bi-directional and React is Uni-directional. (9)Testing:-Angular have Unit and Integration Testing and on other side React is Unit Testing. (10)App Architecture:-Angular have MVC support and React have Flux. (11)Type:- Angular is Open Source MVC Framework and React is Open Source JS Framework.
|