psvehla / animal-sentences

Front end to the sentence generator.
Apache License 2.0
0 stars 0 forks source link

Make back end call asynchronous. #1

Closed psvehla closed 4 years ago

psvehla commented 4 years ago

Just for good form.

psvehla commented 4 years ago

Changed ws call to use async/await instead of old skool promises. I'm pretty sure I haven't made it any more asynchronous, but at least it's more modern. Given there's only one call, it's actually difficult to demonstrate asynchrony.