Skip to content

Commit d8939ef

Browse files
committed
fix: component-architecture.md
1 parent 2eb431c commit d8939ef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

skills/react-clean-architecture-add-component/references/component-architecture.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ Ask using these options:
6868
### features
6969

7070
- Use the Container/Presentation pattern.
71-
- Container handles state, side effects, data, and event orchestration.
72-
- Presentation receives props and handles rendering only.
7371
- Keep logic in `use<ComponentName>.tsx`.
72+
- Follow `Container/Presentation Separation Rules (Anti-patterns and Decision Examples)` below for detailed responsibility boundaries and anti-patterns.
7473

7574
### Container/Presentation Separation Rules (Anti-patterns and Decision Examples)
7675

0 commit comments

Comments
 (0)