Xcode – SwiftUI List with images from API is lagging
I'm using SwiftUI to build a list with images from an API. There's some lagging while the image is being downloaded. I can understand that the issue comes from the CatRowView, because when I replace it with a Image(systemName: it…