Apple introduced an AsyncImage API in iOS15 [https://wwdc.io/share/wwdc21/10018]
. This API solves the long-standing image download problem for iOS developers
without using any third-party image downloading libraries.
Asynchronously downloading remote images from URL has been a long pain point and
having to add third-party frameworks only