gh-Dimillian-Skills/swiftui-view-refactor
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 Fix mv-patterns formatting 2026-01-08 09:30:55 +01:00
SKILL.md Avoid top-level view branch swapping 2026-02-03 06:23:23 +01:00