Traceton / react-ecommerce

A basic app to showcase my React js skills.
https://traceton-react-ecommerce.herokuapp.com/
0 stars 0 forks source link

All api calls converted to async await. #18

Closed Traceton closed 3 years ago

Traceton commented 3 years ago

Any external api calls should be converted to async await. They are mixed or basic functions currently and are not very organized.

Traceton commented 3 years ago

All functions tested and working.