| Six main difference between React and Angular
Below are the Six main differences between Angular and React
(1)Author:-
(i)React is owned by the Facebook
(i)Angular support is in hand of Google
(2)DOM:-
(i)React uses virtual DOM
(i)Angular uses real DOM
(3)Architecture:-
(i)React have only the view of MVC(Model View Controller)
(i)Angular have complete MVC
(4)Debugging:-
(i)React have the compile time debugging
(ii)Angular have runtime debugging
(5)Rendering:-
(i)React have server-side rendering
(i)Angular have client-side rendering
(6)Data Binding:-
(i)React have the one-way data binding
(ii)Angular have two way data binding | | |