ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
QuestionAnswer (describe)
2
Routingsimple routing just you need to install routing react component
3
Reusable componenetssupport reusable components
4
Dynamic UI bindingThere is two way data binding
5
Learning curve (documentation/tutorials/easy to understan)good documentaion, also there is many tutorials, its easy to learn than angular but vue s is easier one
6
Multilingual supportreact-multilingual
https://www.npmjs.com/package/react-multilingual
7
Applying in our systemsYou don't need to rewrite your app to start using React, We recommend adding React to a small part of your application, such as an individual widget
8
CommunityStack Overflow, Discussion forum, Reactiflux Chat, Freenode IRC, Facebook and Twitter
9
Is the core plugin enoughNo
10
Performancevue js is better then react then angular ( Angular is good for bigger applications)
11
Integrate with UI componenets/librariesReact can be used in any web application. It can be embedded in other applications and, with a little care, other applications can be embedded in React.
12
Typescript or functional programmingBoth
13
can i use CLIsimple cli commands, also you can call static resoures
14
Do i need nodejsnodejs or Yarn or call it static from the CDN
15
team workEasy each one can work on separate component
16
support mobile (native/hybrid)Yes thers is React Native
17
Coding styleJSX or ES6 (classes) or functional approach
18
do i need to know advanced js (es5 & es6)We can use it with or without ES6, But I strongly recommended learning ES6 since it's the de-facto language to use. Most tutorials and official examples use it, too.
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100