remix-patterns
Remix Development Patterns
This skill provides comprehensive guidance for building Remix applications following best practices and framework conventions.
Core Philosophy
Remix embraces:
- Web Fundamentals: Work with HTTP, not against it
- Progressive Enhancement: Apps should work without JavaScript
- Server-First: Do the work on the server, send HTML
- Nested Routes: Compose UIs with route hierarchy
- No Client State: Use the URL and server as the source of truth
Route Structure
Basic Route Module
Every route module can export these functions:
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