File tree Expand file tree Collapse file tree 4 files changed +5
-41
lines changed Expand file tree Collapse file tree 4 files changed +5
-41
lines changed Original file line number Diff line number Diff line change 1- # react-list-components
1+ # react-list-component
22
3- [ ![ Build Status] ( https://travis-ci.org/the-road-to-learn-react/react-list-components .svg?branch=master )] ( https://travis-ci.org/the-road-to-learn-react/react-list-components ) [ ![ Slack] ( https://slack-the-road-to-learn-react.wieruch.com/badge.svg )] ( https://slack-the-road-to-learn-react.wieruch.com/ ) [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/the-road-to-learn-react/react-list-components .svg )] ( https://greenkeeper.io/ )
3+ [ ![ Build Status] ( https://travis-ci.org/the-road-to-learn-react/react-list-component .svg?branch=master )] ( https://travis-ci.org/the-road-to-learn-react/react-list-component ) [ ![ Slack] ( https://slack-the-road-to-learn-react.wieruch.com/badge.svg )] ( https://slack-the-road-to-learn-react.wieruch.com/ ) [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/the-road-to-learn-react/react-list-component .svg )] ( https://greenkeeper.io/ )
44
5- Different list components implemented in React. [ Read more about it] ( https://www.robinwieruch.de/react-list-components / ) .
5+ Different list components implemented in React. [ Read more about it] ( https://www.robinwieruch.de/react-list-component / ) .
66
77## Installation
88
9- * ` git clone git@github.com:the-road-to-learn-react/react-list-components .git `
10- * cd react-list-components
9+ * ` git clone git@github.com:the-road-to-learn-react/react-list-component .git `
10+ * cd react-list-component
1111* npm install
1212* npm start
1313* visit ` http://localhost:3000/ `
Original file line number Diff line number Diff line change @@ -13,18 +13,6 @@ const list = [
1313 lastname : 'Davidds' ,
1414 year : 1990 ,
1515 } ,
16- {
17- id : 'c' ,
18- firstname : 'Robin' ,
19- lastname : 'Davidds' ,
20- year : 1988 ,
21- } ,
22- {
23- id : 'd' ,
24- firstname : 'Dave' ,
25- lastname : 'Wieruch' ,
26- year : 1990 ,
27- } ,
2816] ;
2917
3018const ComplexList = ( ) => (
Original file line number Diff line number Diff line change @@ -13,18 +13,6 @@ const list = [
1313 lastname : 'Davidds' ,
1414 year : 1990 ,
1515 } ,
16- {
17- id : 'c' ,
18- firstname : 'Robin' ,
19- lastname : 'Davidds' ,
20- year : 1988 ,
21- } ,
22- {
23- id : 'd' ,
24- firstname : 'Dave' ,
25- lastname : 'Wieruch' ,
26- year : 1990 ,
27- } ,
2816] ;
2917
3018const ListComponents = ( ) => < List list = { list } /> ;
Original file line number Diff line number Diff line change @@ -13,18 +13,6 @@ const list = [
1313 lastname : 'Davidds' ,
1414 year : 1990 ,
1515 } ,
16- {
17- id : 'c' ,
18- firstname : 'Robin' ,
19- lastname : 'Davidds' ,
20- year : 1988 ,
21- } ,
22- {
23- id : 'd' ,
24- firstname : 'Dave' ,
25- lastname : 'Wieruch' ,
26- year : 1990 ,
27- } ,
2816] ;
2917
3018const nestedLists = [ list , list ] ;
You can’t perform that action at this time.
0 commit comments