@@ -19,30 +19,36 @@ class About extends React.Component {
19
19
< div >
20
20
< div className = "jumbotron" >
21
21
< h1 className = "display-3" > { 'About' } </ h1 >
22
- < p className = "lead" > { 'Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus .' } </ p >
22
+ < p className = "lead" > { 'This is a React Universal application that uses the libraries below .' } </ p >
23
23
</ div >
24
24
25
25
< div className = "row marketing" >
26
26
< div className = "col-lg-6" >
27
- < h4 > { 'Subheading ' } </ h4 >
28
- < p > { 'Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum .' } </ p >
27
+ < h4 > { 'Webpack 2 ' } </ h4 >
28
+ < p > { 'Facilitates creating builds for production, staging, and development .' } </ p >
29
29
30
- < h4 > { 'Subheading ' } </ h4 >
31
- < p > { 'Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum .' } </ p >
30
+ < h4 > { 'React ' } </ h4 >
31
+ < p > { 'Library to build user interfaces .' } </ p >
32
32
33
- < h4 > { 'Subheading' } </ h4 >
34
- < p > { 'Maecenas sed diam eget risus varius blandit sit amet non magna.' } </ p >
33
+ < h4 > { 'React Router 4' } </ h4 >
34
+ < p > { 'Adds routing to React' } </ p >
35
+
36
+ < h4 > { 'React Saga' } </ h4 >
37
+ < p > { 'Facilitates server side rendering and data fetching.' } </ p >
35
38
</ div >
36
39
37
40
< div className = "col-lg-6" >
38
- < h4 > { 'Subheading' } </ h4 >
39
- < p > { 'Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.' } </ p >
41
+ < h4 > { 'Redux' } </ h4 >
42
+ < p > { 'Manages data state in your application.' } </ p >
43
+
44
+ < h4 > { 'Redux Form' } </ h4 >
45
+ < p > { 'Manages form data in Redux and does validation.' } </ p >
40
46
41
- < h4 > { 'Subheading ' } </ h4 >
42
- < p > { 'Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum .' } </ p >
47
+ < h4 > { 'React Hot Loader 3 ' } </ h4 >
48
+ < p > { 'Updates the browser with JavaScript and CSS changes without having to refresh the page .' } </ p >
43
49
44
- < h4 > { 'Subheading ' } </ h4 >
45
- < p > { 'Maecenas sed diam eget risus varius blandit sit amet non magna .' } </ p >
50
+ < h4 > { 'Hapi ' } </ h4 >
51
+ < p > { 'A node server framework .' } </ p >
46
52
</ div >
47
53
</ div >
48
54
</ div >
0 commit comments