First pass on component refactor

This commit is contained in:
adilallo
2026-01-29 17:29:37 -07:00
parent 11f32d7051
commit 7b9101824a
25 changed files with 1240 additions and 559 deletions
+10
View File
@@ -11,6 +11,7 @@ This directory contains project documentation organized by topic.
### Guides (`guides/`)
- **[container-presentation-pattern.md](./guides/container-presentation-pattern.md)** - Container/Presentation pattern guide for component architecture
- **[content-creation.md](./guides/content-creation.md)** - Guide for creating blog content
## Quick Navigation
@@ -33,6 +34,15 @@ See **[CUSTOM_HOOKS.md](./CUSTOM_HOOKS.md)** for:
- Usage examples
- API documentation
### For Component Architecture
See **[container-presentation-pattern.md](./guides/container-presentation-pattern.md)** for:
- Container/Presentation pattern overview
- When and how to use the pattern
- Migration guide for existing components
- Best practices and examples
### For Content Creation
See **[content-creation.md](./guides/content-creation.md)** for: