Michael Long
Jun 7, 2022

--

There's a vast difference between clean SwiftUI and CLEAN SwiftUI.

Personally, I'm of the opinion that Redux data patterns are anti-SwiftUI. While fine for smaller apps you can rapidly get to the point where performance problems start cropping up in your app as each and every change to the data at the root of your app means that every descendant part of your app needs to be reevaluated and potentially redrawn.

See: https://medium.com/swlh/deep-inside-views-state-and-performance-in-swiftui-d23a3a44b79

--

--

Michael Long
Michael Long

Written by Michael Long

I write about Apple, Swift, and SwiftUI in particular, and technology in general. I'm also a Lead iOS Engineer at InRhythm, a modern digital consulting firm.

No responses yet