Create View
Create production-ready views with predictable behavior and maintainable structure.
When to Use
- You need to implement a new screen or page.
- You want a view structure that handles common UI states correctly.
Workflow
- Map required user interactions and content hierarchy.
- Define view state model (loading, success, empty, error).
- Implement component structure and data-fetch pattern.
- Add validation, accessibility, and responsive behaviors.
- Provide test cases for core interactions and edge states.
Output
- View implementation plan
- Component/state structure guidance
- QA checklist for behavior and accessibility
微信扫一扫