What should I know if I want to know how React comes from Angular background

I have been using AngularJS for over 2 years now and I love it. I hear a lot of buzz about React and it seems to me that a lot of people started to cross the map when the Angular 2 roadmap was introduced.

How does React handle dependent injection, data bindings, GET, POST, etc.? Does React allow filtering custom elements?

+3


source to share


1 answer


Before all the flames,

React is not analogous to Angular

Angular is a complete front-end framework.



Reacts only to your views.

React, however, works very well with Flux Architecture . Combined, React + Flux can intelligently handle everything Angular can do.

In short, Angular and React + Flux handle the same problem differently. With everything, there are trade-offs.

+3


source







All Articles