review-component-architecture
CommunityAutomate React 19 component architecture reviews.
Software Engineering#code review#react#maintainability#composition#component architecture#server components#react 19#client components
Authordjankies
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Ensuring React component architecture follows best practices for size, composition, and Server/Client boundaries is critical for maintainability, performance, and scalability. This Skill streamlines the review process.
Core Features & Use Cases
- Component Size: Checks for overly large components and promotes single responsibility.
- Server vs Client Boundaries: Verifies correct
'use client'placement, data fetching, and composition between component types. - Composition Patterns: Audits the use of children prop, compound components, and appropriate Context usage to avoid prop drilling.
- Custom Elements Support: Reviews correct integration of Web Components in React 19.
- Anti-Pattern Flagging: Identifies "god components," unnecessary client boundaries, deep prop drilling, and complex hierarchies.
- Use Case: Perform an architectural review of the
Dashboardfeature, focusing on component size, Server/Client boundaries, and composition patterns to ensure it's maintainable and performant.
Quick Start
Review the src/components/UserDashboard.js file for React 19 component architecture anti-patterns, such as excessive size or incorrect Server/Client boundaries.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: review-component-architecture Download link: https://github.com/djankies/claude-configs/archive/main.zip#review-component-architecture Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.