What would be the recommended pattern to have asyn...
# typescript
c
What would be the recommended pattern to have async "things" happening inside of a
ComponentResource
? I need to use
await
and inside of the constructor, AFAIK, is not possible.