junior-dev-struggle-bus / juniordevstrugglebus

Website for the Junior Dev Struggle Bus Meetup
https://www.juniordevstrugglebus.com
MIT License
9 stars 18 forks source link

Fix #35: Missing key for list children on Resources page #52

Closed hoangviet1993 closed 4 years ago

hoangviet1993 commented 4 years ago

For /Resources, there are two big lists: Category list and the Resources-by-Category list.

  1. For the category list, each category is unique by nature so I opted to use the category as key for its list children.
  2. For the resources-by-category list, @Xoadra suggested to use resource's link so I have done exactly that. This should be a wrap for #35? @Xoadra
nspilman commented 4 years ago

Thanks @hoangviet1993!