forked from mengyxu/noob-components
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
680 B
680 B
Read the frontend development guidelines before starting your development task.
Execute these steps:
- Read
.trellis/spec/frontend/index.mdto understand available guidelines - Based on your task, read the relevant guideline files:
- Component work →
.trellis/spec/frontend/component-guidelines.md - Hook work →
.trellis/spec/frontend/hook-guidelines.md - State management →
.trellis/spec/frontend/state-management.md - Type questions →
.trellis/spec/frontend/type-safety.md
- Component work →
- Understand the coding standards and patterns you need to follow
- Then proceed with your development plan
This step is mandatory before writing any frontend code.