react-engineering
React Engineering Best Practices
This skill covers modern React patterns and best practices for building high-quality applications.
Core Principles
- Composition over inheritance: Build with components
- Unidirectional data flow: Props down, events up
- Declarative UI: Describe what, not how
- Single responsibility: One component, one job
- Immutability: Don't mutate state
- Side effects isolation: Keep them contained
Component Patterns
Pattern 1: Functional Components
Always use functional components:
More from tejovanthn/rasikalife
sst-dev
Best practices, patterns, and conventions for working with SST.dev (Serverless Stack) for AWS infrastructure
21conform
Progressive enhancement form validation with Conform and Zod for Remix applications - type-safe forms that work without JavaScript
18marketing-copy
Proven copywriting frameworks and best practices for creating compelling marketing content across different channels
18email-templates
Transactional email design using React Email and integration with email providers like Resend or AWS SES
15frontend-design
UI/UX design principles and patterns for building intuitive, accessible, and beautiful web interfaces
14electrodb
ElectroDB patterns for DynamoDB single-table design with full type safety and optimized access patterns
13