fullstack-hy2020 / part2-notes

71 stars 182 forks source link

Removing unnecessary get request in parts 2-5 #3

Closed verajs closed 2 years ago

verajs commented 2 years ago

Removed an unnecessary get request at index.js in part2-5, this happened too in part2-4 and part2-6. The App component is also taking props but never uses them.