skills/smithery.ai/applying-frontend-patterns

applying-frontend-patterns

Installation
SKILL.md

Frontend Patterns

Core Patterns

Pattern When to Use
Container/Presentational Data fetching + display
Custom Hooks Shared behavior
Composition Flexible components
State Management Local → Shared → Global

Container/Presentational

Container (Logic) Presentational (UI)
Fetches data Receives data via props
Manages state Stateless (ideally)
Handles events Calls callback props
No styling All styling lives here
Installs
1
First Seen
Mar 19, 2026
applying-frontend-patterns from smithery.ai