googleinterns / blueprint-step-2020

Apache License 2.0
0 stars 2 forks source link

Make populate functions asynchronous #122

Closed austinteshuba closed 4 years ago

austinteshuba commented 4 years ago

Closes Issue #68.

All the panels now load at the same time, reducing lag time.

Changes to the linter were made so it would recognize the keyword async. This also required additional rules to be clarified, namely with trailing commas.

austinteshuba commented 4 years ago

I don't want to change the language level, so I'm going to redo this with promises.