Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$pwd:

tanstack-form-composition

// Migrate a React @tanstack/react-form codebase from the prop-drilled `useForm` + erased-form-type pattern to the official `createFormHook` composition API (`useAppForm` / `withForm` / `field.X`). Use when a project threads a `form` object (often cast to an `any`-erased type like `ReactFormExtendedApi<any,...>`) through field-wrapper components that take `form`+`name` props, and you want typed field names/values, no casts, and reusable bound field components. Triggers: "migrate forms to createFormHook", "adopt useAppForm/withForm", "remove AnyReactForm cast", "type-safe tanstack form fields".

$ git log --oneline --stat
stars:18
forks:8
updated:28 mai 2026 à 08:21
SKILL.md
readonly