Documentation Index
Fetch the complete documentation index at: https://kubo-47e69177.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
useAction
Signature
packages/react/src/useAction.ts
Returned state
| Field | Type | Description |
|---|---|---|
execute | (input: TInput) => Promise<TOutput> | Executes the action |
data | TOutput | undefined | Last successful value |
error | unknown | Last thrown error |
status | idle | pending | success | error | Current state |
reset | () => void | Resets state to idle |
Example
components/create-user-form.tsx