maxlemieux / quokka

Project 3 "Quokka"
MIT License
0 stars 2 forks source link

Need spinny thing while loading #48

Closed maxlemieux closed 4 years ago

maxlemieux commented 4 years ago

While loading the user is left out to dry.

We need a spinny thing to show in Search Results area until the results come back from async.

maxlemieux commented 4 years ago

We've added conditional logic using a state hook to track the state of the loading display.

It doesn't actually spin, but it has loading text - closing this for now as complete.