File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
reactjsfoundations.com/src Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -48,21 +48,50 @@ function Introduction(props) {
48
48
building applications with it."
49
49
/>
50
50
</ Helmet >
51
-
51
+ < p
52
+ style = { {
53
+ textAlign : 'center' ,
54
+ color : '#b4032d' ,
55
+ fontSize : '24px' ,
56
+ marginBottom : '-10px' ,
57
+ } }
58
+ >
59
+ ★★★★★
60
+ </ p >
52
61
< blockquote >
53
62
< strong >
54
63
"It is rare to find it hard to put down a programming book but it is
55
64
the case for me with this one. It should be the textbook for any React
56
65
course and for anyone learning react."
57
66
</ strong >
58
67
</ blockquote >
68
+ < p
69
+ style = { {
70
+ textAlign : 'center' ,
71
+ color : '#b4032d' ,
72
+ fontSize : '24px' ,
73
+ marginBottom : '-10px' ,
74
+ } }
75
+ >
76
+ ★★★★★
77
+ </ p >
59
78
< blockquote >
60
79
< strong >
61
80
"This is a wonderfully researched, impeccably written book
62
81
meticulously covering the all the key, core concepts involved in
63
82
developing application with React."
64
83
</ strong >
65
84
</ blockquote >
85
+ < p
86
+ style = { {
87
+ textAlign : 'center' ,
88
+ color : '#b4032d' ,
89
+ fontSize : '24px' ,
90
+ marginBottom : '-10px' ,
91
+ } }
92
+ >
93
+ ★★★★★
94
+ </ p >
66
95
< blockquote >
67
96
< strong >
68
97
"The details inside are perfectly explained, organized in perfect
You can’t perform that action at this time.
0 commit comments