TCA Destroyer
Installation
SKILL.md
TCA Destroyer
Eliminate TCA from codebase:
-
Find TCA code:
- *Feature.swift files
- Reducer protocols
- Store/ViewStore
- Dependencies from TCA
-
Migration path:
- Extract business logic
- Create @Observable ViewModel
- Replace Store with ViewModel
- Update views