Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/react/react
/ useFormStatus
Function
useFormStatus
packages/react-dom-bindings/src/shared/ReactDOMFormActions.js:67–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
export
function
useFormStatus(): FormStatus {
68
const
dispatcher = resolveDispatcher();
69
return
dispatcher.useHostTransitionStatus();
70
}
71
72
export
function
useFormState<S, P>(
73
action: (Awaited<S>, P) => S,
Callers
8
ButtonDisabledWhilePending
Function · 0.90
Status
Function · 0.90
ButtonDisabledWhilePending
Function · 0.90
Status
Function · 0.90
Status
Function · 0.50
ReactDOMForm-test.js
File · 0.50
Output
Function · 0.50
App
Function · 0.50
Calls
1
resolveDispatcher
Function · 0.70
Tested by
3
Status
Function · 0.40
Output
Function · 0.40
App
Function · 0.40