gh-Dimillian-Skills/swiftui-performance-audit
Thomas Ricouard 0ce51f2e0d Avoid top-level view branch swapping
Add guidance to SwiftUI skill docs recommending a stable view tree and avoiding top-level conditional branch swapping. Updated swiftui-performance-audit/SKILL.md and swiftui-view-refactor/SKILL.md to include checklist bullets, a new section with examples demonstrating preferred (single base view, localized conditions) vs. avoid patterns, and an updated refactor step order to emphasize stable structure. This reduces root identity churn, unnecessary invalidation, and improves SwiftUI diffing and performance.
2026-02-03 06:23:23 +01:00
..
references Add SwiftUI performance audit guide and references 2025-12-30 17:21:36 +01:00
SKILL.md Avoid top-level view branch swapping 2026-02-03 06:23:23 +01:00