Swiftui View Refactor

Refactor large SwiftUI views into small dedicated subview types with MV-first data flow, stable view trees, side effects pulled out of body, and non-optional @State observation. USE WHEN a SwiftUI view or body has grown too large, mixes business logic with layout, or needs splitting into explicit, testable components.

Sheshiyer Updated

File contents

Sheshiyer/skill-clusters/tree/main/skills/swiftui-view-refactor commit aab362fdfb

Frequently asked questions

npx skillmds@latest add sheshiyer/swiftui-view-refactor