Remix Route Generator
Generate Remix route files with data loading and form handling.
Output Requirements
File Output: *.tsx route files
Format: Valid Remix route
Standards: Remix 2.x
When Invoked
Immediately generate a complete Remix route with loader and action.
Example Invocations
Prompt: "Create Remix route for products"
Output: Complete products._index.tsx with loader and action.