When to use built-in, 3rd party or a custom implementation for Async Image Loading in SwiftUI
In this blog post I reflect on the various options to have async image loading in SwiftUI:
built-in option with AsyncImage
reusing open-source projects (e.g. SDWebImageSwiftUI)
implement a custom solution
I'll share my personal experiences and rec...
blog.eidinger.info2 min read