BrodyZak / Schmix

A webapp that tells you what drinks you can make with just the ingredients you have on hand.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Loading spinners for drink cards #7

Open BrodyZak opened 2 years ago

BrodyZak commented 2 years ago

Sometimes the API is slow, loading spinners on the drink cards would assure the user that the application isn't broken while waiting for query.

BrodyZak commented 2 years ago

A skeleton loading system for 3-4 cards would work perfectly until the cards have all received their responses from the API. The question is if its better to make the loading cards render in each DrinkCard component or to render them in DrinkList