Currently, all the API calls to DEV are effectively synchronous. They can be batched in chunks, perhaps with `Promise.all`, to increase the speed of the user's request.
Currently, all the API calls to DEV are effectively synchronous.
They can be batched in chunks, perhaps with
Promise.all, to increase the speed of the user's request.