We are trying to make a pros and cons list for moving from Angular to Flux + React, and came with this raw list.
Can anyone react (see what I did here?) to the debates and prove otherwise? (please, specifically for each debate and not a general discussion about the libs).
Thanks!
--------------------------------------------------------------------
| Angular | React + Flux
--------------------------------------------------------------------
Version | 1.+ major version. | React 0.13 - not version 1 (
| Supported. | minor) - not finalized, can be
| 2.0 - migration | changed drastically.
| possible easily | Flux 2.1.
--------------------------------------------------------------------
Age | 6 years (easier find | react 2 years
| developers) |
--------------------------------------------------------------------
Framework | Yes, MVC | React is only view. Flux is a
| | pattern, not MVC.
--------------------------------------------------------------------
Community |More existing resources| Much less, than Angular.
|answers,ready 3rd party| Community smaller. Less.
|reusable code modules. | answers, etc.
---------------------------------------------------------------------
Speed |Rendering: slower | Rendering: faster
|Load time: slower | Load time: faster
|reusable code modules. |
---------------------------------------------------------------------
Testing |U tests. e2e everything| U tests.
|is ready to use. | Separated / new
|Has integrated system. | testing system.
---------------------------------------------------------------------
jQuery + |Lite is build-in inside| No jQuery support.Need to check
plugins |Maintain 1 library | compatibility issues with each
|Has integrated system. | version update
| |(need maintain 2 libraries).
---------------------------------------------------------------------