You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,15 +109,33 @@ class App extends React.Component {
106
109
</div>
107
110
<divclassName="row">
108
111
<divclassName="col-lg-4 col-lg-offset-2">
109
-
<p>This library is an exercise for building UI in a <strongstyle={{textDecoration: 'underline'}}>declarative way</strong>. This web site will help you understand the fundamental piece of ReactJS, components. You'll learn how to break an app in components (AKA componentization) and flow data accross them.</p>
112
+
<p>
113
+
This library is an exercise for building UI in a{" "}
114
+
<strongstyle={{textDecoration: "underline"}}>
115
+
declarative way
116
+
</strong>
117
+
. This web site will help you understand the fundamental piece
118
+
of ReactJS, components. You'll learn how to break an app in
119
+
components (AKA componentization) and flow data accross them.
120
+
</p>
110
121
</div>
111
122
<divclassName="col-lg-4">
112
-
<p>This ReactJS web site works, but it's not well implemented. The problem, the developer didn't think in React and there aren't many components. We challenge you to fork the repo an componentizise the app to unleash the power of ReactJS.</p>
123
+
<p>
124
+
This ReactJS web site works, but it's not well implemented.
125
+
The problem, the developer didn't think in React and there
126
+
aren't many components. We challenge you to fork the repo an
127
+
componentizise the app to unleash the power of ReactJS.
0 commit comments