Remix Cursor Rules
April 15, 2026
Remix Cursor Rules
Project Structure
- /app/routes - file-based routing
- /app/components - shared components
- /app/utils - helper functions
Best Practices
- Use loaders for GET, actions for mutations
- Return typed JSON from loaders
- Use
{"<Form>"}for progressive enhancement - Validate in action, not client-side only
- Use ErrorBoundary for 500 errors
AI Instructions
- Use TypeScript throughout
- Prefer server-side logic
- Add type-safe form validation
- Include proper error handling
Related Articles
Solidity Cursor Rules
Astro Cursor Rules: Islands Architecture & Static Content
Comprehensive Astro cursor rules covering component islands, static generation, content collections, and hydration directives for fast, SEO-friendly sites.
Flutter Cursor Rules: Widgets, State Management, Performance
Flutter cursor rules for clean widgets, state management, performance, platform integration, testing, and deployment. Build maintainable, reliable mobile apps.