form-graph
Site
GitHub
Preparing search index...
react
useFormState
Function useFormState
useFormState
<
State
>
(
store
:
FormStore
<
State
,
any
,
any
,
any
>
)
:
State
Subscribes to the whole snapshot. Re-renders on any change — prefer
useField
for controls.
Type Parameters
State
Parameters
store
:
FormStore
<
State
,
any
,
any
,
any
>
Returns
State
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Site
GitHub
form-graph
Loading...
Subscribes to the whole snapshot. Re-renders on any change — prefer
useFieldfor controls.