Remix v2 Forms Code Review See beagle-react:remix-v2-forms for canonical patterns. This skill flags violations; the sibling skill teaches the patterns. Quick Reference | Issue Type | Reference | |------------|-----------| | Manual , native , wrong vs choice | references/form-vs-fetcher.md | | loading flags, for per-row, missing pending state | references/pending-state.md | | Unbounded memory uploads, missing , unvalidated FormData, mirrored optimistic state | references/uploads-validation.md | | Route sprawl instead of intent pattern, PUT/DELETE without PE fallback | references/multi-action-r…