fullstack-hy2020 / part2-notes

71 stars 182 forks source link

Removing unnecessary get request in parts 2-4 #2

Closed verajs closed 2 years ago

verajs commented 2 years ago

The axios request in index.js was unnecessary, App was also not using any props. This appears in part2-4, part2-5 and part2-6.