remix-v2-forms-review
Installation
SKILL.md
Remix v2 Forms Code Review
See remix-v2-forms for canonical patterns. This skill flags violations; the sibling skill teaches the patterns.
Quick Reference
| Issue Type | Reference |
|---|---|
Manual fetch(), native <form>, wrong <Form> vs useFetcher choice |
references/form-vs-fetcher.md |
useState loading flags, useNavigation for per-row, missing pending state |
references/pending-state.md |
Unbounded memory uploads, missing encType, unvalidated FormData, mirrored optimistic state |
references/uploads-validation.md |
| Route sprawl instead of intent pattern, PUT/DELETE without PE fallback | references/multi-action-routes.md |