remix-patterns
Installation
SKILL.md
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: