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
@@ -68,7 +68,7 @@ class App extends React.Component {
68
68
</div>
69
69
</nav>
70
70
71
-
<Headertitle="ReactJS Library"/>
71
+
<Headertitle="Library"/>
72
72
73
73
<sectionid="books">
74
74
<divclassName="container">
@@ -107,13 +107,13 @@ class App extends React.Component {
107
107
</div>
108
108
<divclassName="row">
109
109
<divclassName="col-lg-4 col-lg-offset-2">
110
-
<p>ReactJS is a library 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>
110
+
<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>
111
111
</div>
112
112
<divclassName="col-lg-4">
113
113
<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>
0 commit comments