chetanverma16 / react-portfolio-template

Modern React Portfolio Template (FREE)
https://react-portfolio-template.netlify.com/
1.34k stars 586 forks source link

Removed JSON id's #16

Closed ajmeese7 closed 3 years ago

ajmeese7 commented 3 years ago

The id property of the JSON elements is unnecessary, because you can use the index property when iterating over the JSON in React. This makes it easier to rearrange things as well, because they will be displayed in whatever order you have them in the JSON, rather than you having to change all the id's to experiment.