Remix v2 Data Flow Code Review Targets TypeScript route modules importing from . See beagle-react:remix-v2-data-flow for canonical patterns. Scope - In scope : route modules under exporting , , , or ; components that consume , , , , , . - Out of scope : form ergonomics ( markup, accessibility, UI patterns) → covered by . Route module conventions, file naming, nested routing, error boundary placement → covered by . - Imports expected : (or / ) for server utilities; for hooks and components. Quick Reference | Issue Type | Reference | |------------|-----------| | Mutations in loader, missing val…