SwiftUI Isn't Slow — Your Code Is
SwiftUI's rendering engine is fast. What's slow is the work you're asking it to redo hundreds of times per second.
How SwiftUI Actually Renders Your Views
SwiftUI doesn't work like UIKit. There's no viewDidLoad that fires once. Instead, SwiftUI uses...
arshtechpro.hashnode.dev5 min read