返回 Skill 列表
extension
分类: 开发与工程无需 API Key

Create View

创建视图的分步指南

person作者: jakexiaohubgithub

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

  1. Map required user interactions and content hierarchy.
  2. Define view state model (loading, success, empty, error).
  3. Implement component structure and data-fetch pattern.
  4. Add validation, accessibility, and responsive behaviors.
  5. Provide test cases for core interactions and edge states.

Output

  • View implementation plan
  • Component/state structure guidance
  • QA checklist for behavior and accessibility