greenelab / connectivity-search-frontend

Frontend code for connectivity search (formerly "Hetmech")
https://het.io/search
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

look into use of await over promises #58

Closed vincerubinetti closed 5 years ago

vincerubinetti commented 5 years ago

await might provide cleaner and more readable code than the currently used Promise.all and .then() approach.

vincerubinetti commented 5 years ago

Closed by https://github.com/greenelab/hetmech-frontend/pull/92